aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/cpu/hypervisor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/hypervisor.c b/arch/x86/kernel/cpu/hypervisor.c
index 35ae2b75226d..fb5b86af0b01 100644
--- a/arch/x86/kernel/cpu/hypervisor.c
+++ b/arch/x86/kernel/cpu/hypervisor.c
@@ -23,6 +23,7 @@
23 23
24#include <asm/processor.h> 24#include <asm/processor.h>
25#include <asm/vmware.h> 25#include <asm/vmware.h>
26#include <asm/hypervisor.h>
26 27
27static inline void __cpuinit 28static inline void __cpuinit
28detect_hypervisor_vendor(struct cpuinfo_x86 *c) 29detect_hypervisor_vendor(struct cpuinfo_x86 *c)