x86: Export the symbol ms_hyperv
authorKy Srinivasan <ksrinivasan@novell.com>
Mon, 28 Jun 2010 14:48:55 +0000 (08:48 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Jul 2010 21:12:03 +0000 (14:12 -0700)
This is needed so that the staging hyperv can properly access this
symbol.

Signed-off-by: K. Y. Srinivasan <ksrinivasan@novell.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kernel/cpu/mshyperv.c

index 16f41bbe46b6b3ae6f4d6754b735d967f098394e..d944bf6c50e9257e94742136a6d6d4b1e5cedcc6 100644 (file)
@@ -18,6 +18,7 @@
 #include <asm/mshyperv.h>
 
 struct ms_hyperv_info ms_hyperv;
+EXPORT_SYMBOL_GPL(ms_hyperv);
 
 static bool __init ms_hyperv_platform(void)
 {