Skip to content

Commit 61eeb1f

Browse files
committed
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: 6b48cb5 ("X86/Hyper-V: Enlighten APIC access") Reported-by: kbuild test robot <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: K. Y. Srinivasan <[email protected]> Cc: Michael Kelley <[email protected]>
1 parent 9a2d78e commit 61eeb1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/hyperv/hv_apic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include <linux/cpuhotplug.h>
3030
#include <asm/hypervisor.h>
3131
#include <asm/mshyperv.h>
32+
#include <asm/apic.h>
3233

3334
#ifdef CONFIG_X86_64
3435
#if IS_ENABLED(CONFIG_HYPERV)

0 commit comments

Comments
 (0)