aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/x2apic_phys.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-07-22 20:47:12 +0200
committerThomas Gleixner <tglx@linutronix.de>2019-07-25 16:11:57 +0200
commit8b542da372875373db9688477671151df3418acb (patch)
tree8b48126f1115bfe8075deb45aea021c4758ab1ca /arch/x86/kernel/apic/x2apic_phys.c
parentx86/apic: Cleanup the include maze (diff)
downloadlinux-dev-8b542da372875373db9688477671151df3418acb.tar.xz
linux-dev-8b542da372875373db9688477671151df3418acb.zip
x86/apic: Move ipi header into apic directory
Only used locally. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20190722105219.434738036@linutronix.de
Diffstat (limited to 'arch/x86/kernel/apic/x2apic_phys.c')
-rw-r--r--arch/x86/kernel/apic/x2apic_phys.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic/x2apic_phys.c b/arch/x86/kernel/apic/x2apic_phys.c
index e5289a0c595b..3bde4724c1c7 100644
--- a/arch/x86/kernel/apic/x2apic_phys.c
+++ b/arch/x86/kernel/apic/x2apic_phys.c
@@ -3,9 +3,8 @@
#include <linux/cpumask.h>
#include <linux/acpi.h>
-#include <asm/ipi.h>
-
#include "x2apic.h"
+#include "ipi.h"
int x2apic_phys;