aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/cpu/mshyperv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c
index 628ff50ab75f..9f6e9f89d9d6 100644
--- a/arch/x86/kernel/cpu/mshyperv.c
+++ b/arch/x86/kernel/cpu/mshyperv.c
@@ -25,6 +25,7 @@
25#include <asm/idle.h> 25#include <asm/idle.h>
26#include <asm/irq_regs.h> 26#include <asm/irq_regs.h>
27#include <asm/i8259.h> 27#include <asm/i8259.h>
28#include <asm/apic.h>
28 29
29struct ms_hyperv_info ms_hyperv; 30struct ms_hyperv_info ms_hyperv;
30EXPORT_SYMBOL_GPL(ms_hyperv); 31EXPORT_SYMBOL_GPL(ms_hyperv);