浏览代码

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>
Ky Srinivasan 15 年之前
父节点
当前提交
9279aa5506
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/x86/kernel/cpu/mshyperv.c

+ 1 - 0
arch/x86/kernel/cpu/mshyperv.c

@@ -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)
 {
 {