diff options
author | Ky Srinivasan <ksrinivasan@novell.com> | 2010-06-28 18:48:55 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-07-09 01:12:03 +0400 |
commit | 9279aa55061a280b826bdf9ba5ab5f6a566c1dfb (patch) | |
tree | aa7944e308f1a0c7b8dce2d4dee0899cf32c1b7b /arch/x86/kernel/cpu/mshyperv.c | |
parent | 3ff81013699000f2d55e78efadb03a6e2beddb7a (diff) | |
download | linux-9279aa55061a280b826bdf9ba5ab5f6a566c1dfb.tar.xz |
x86: Export the symbol ms_hyperv
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>
Diffstat (limited to 'arch/x86/kernel/cpu/mshyperv.c')
-rw-r--r-- | arch/x86/kernel/cpu/mshyperv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c index 16f41bbe46b6..d944bf6c50e9 100644 --- a/arch/x86/kernel/cpu/mshyperv.c +++ b/arch/x86/kernel/cpu/mshyperv.c @@ -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) { |