From: Thomas Gleixner Date: Sat, 19 May 2018 14:38:59 +0000 (+0200) Subject: x86/Hyper-V/hv_apic: Include asm/apic.h X-Git-Tag: v4.18-rc1~152^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=61eeb1f6d1f2648a218855d7c8d44f16df242ef3;p=uclinux-h8%2Flinux.git x86/Hyper-V/hv_apic: Include asm/apic.h Not all configurations magically include asm/apic.h, but the Hyper-V code requires it. Include it explicitely. Fixes: 6b48cb5f8347 ("X86/Hyper-V: Enlighten APIC access") Reported-by: kbuild test robot Signed-off-by: Thomas Gleixner Cc: K. Y. Srinivasan Cc: Michael Kelley --- diff --git a/arch/x86/hyperv/hv_apic.c b/arch/x86/hyperv/hv_apic.c index 192b6ad6a361..d3ff6e255924 100644 --- a/arch/x86/hyperv/hv_apic.c +++ b/arch/x86/hyperv/hv_apic.c @@ -29,6 +29,7 @@ #include #include #include +#include #ifdef CONFIG_X86_64 #if IS_ENABLED(CONFIG_HYPERV)