Commit 9279aa55 authored by Ky Srinivasan's avatar Ky Srinivasan Committed by Greg Kroah-Hartman

x86: Export the symbol ms_hyperv

This is needed so that the staging hyperv can properly access this
symbol.
Signed-off-by: default avatarK. Y. Srinivasan <ksrinivasan@novell.com>
Acked-by: default avatarH. Peter Anvin <hpa@zytor.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3ff81013
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include <asm/mshyperv.h> #include <asm/mshyperv.h>
struct ms_hyperv_info ms_hyperv; struct ms_hyperv_info ms_hyperv;
EXPORT_SYMBOL_GPL(ms_hyperv);
static bool __init ms_hyperv_platform(void) static bool __init ms_hyperv_platform(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment