aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2020-08-06 14:34:32 +0200
committerIngo Molnar <mingo@kernel.org>2020-08-06 16:13:09 +0200
commit13c01139b17163c9b2aa543a9c39f8bbc875b625 (patch)
tree130043995a33a622a6a41661e25224c22a3f2df9 /arch/x86/kernel/apic/apic.c
parentMerge branch 'WIP.locking/seqlocks' into locking/urgent (diff)
downloadlinux-dev-13c01139b17163c9b2aa543a9c39f8bbc875b625.tar.xz
linux-dev-13c01139b17163c9b2aa543a9c39f8bbc875b625.zip
x86/headers: Remove APIC headers from <asm/smp.h>
The APIC headers are relatively complex and bring in additional header dependencies - while smp.h is a relatively simple header included from high level headers. Remove the dependency and add in the missing #include's in .c files where they gained it indirectly before. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/apic/apic.c')
-rw-r--r--arch/x86/kernel/apic/apic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index e0e2f020ec02..0c89003e7f50 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -47,6 +47,7 @@
#include <asm/proto.h>
#include <asm/traps.h>
#include <asm/apic.h>
+#include <asm/acpi.h>
#include <asm/io_apic.h>
#include <asm/desc.h>
#include <asm/hpet.h>