Skip to content

Commit

Permalink
x86: Export the symbol ms_hyperv
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ky Srinivasan authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent 3ff8101 commit 9279aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/cpu/mshyperv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 9279aa5

Please sign in to comment.