]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/kernel/cpu/vmware.c
x86, hypervisor: Export the x86_hyper* symbols
[net-next-2.6.git] / arch / x86 / kernel / cpu / vmware.c
index 265b432f6e644ca4e002b21d450f63af6c1a747d..b9d1ff588445db7659ffd3d4d0e4414e846081d6 100644 (file)
@@ -99,7 +99,6 @@ static bool __init vmware_platform(void)
 
        return false;
 }
-EXPORT_SYMBOL(vmware_platform);
 
 /*
  * VMware hypervisor takes care of exporting a reliable TSC to the guest.
@@ -125,3 +124,4 @@ const __refconst struct hypervisor_x86 x86_hyper_vmware = {
        .set_cpu_features       = vmware_set_cpu_features,
        .init_platform          = vmware_platform_setup,
 };
+EXPORT_SYMBOL(x86_hyper_vmware);