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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{