diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-07-22 20:47:11 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-07-25 16:11:57 +0200 |
commit | 521b82fee98c1e334ba3a2459ba3739d459e9e4e (patch) | |
tree | eebf1f8fd907f4c68f0a6411cbb536efb57b91dc /arch/x86/kernel/apic/ipi.c | |
parent | cdc86c9d1f825d13cef85d9ebd3e73572602fb48 (diff) |
x86/apic: Cleanup the include maze
All of these APIC files include the world and some more. Remove the
unneeded cruft.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20190722105219.342631201@linutronix.de
Diffstat (limited to 'arch/x86/kernel/apic/ipi.c')
-rw-r--r-- | arch/x86/kernel/apic/ipi.c | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/arch/x86/kernel/apic/ipi.c b/arch/x86/kernel/apic/ipi.c index de9764605d31..dad523bbe701 100644 --- a/arch/x86/kernel/apic/ipi.c +++ b/arch/x86/kernel/apic/ipi.c @@ -1,21 +1,8 @@ // SPDX-License-Identifier: GPL-2.0 + #include <linux/cpumask.h> -#include <linux/interrupt.h> - -#include <linux/mm.h> -#include <linux/delay.h> -#include <linux/spinlock.h> -#include <linux/kernel_stat.h> -#include <linux/mc146818rtc.h> -#include <linux/cache.h> -#include <linux/cpu.h> - -#include <asm/smp.h> -#include <asm/mtrr.h> -#include <asm/tlbflush.h> -#include <asm/mmu_context.h> + #include <asm/apic.h> -#include <asm/proto.h> #include <asm/ipi.h> void __default_send_IPI_shortcut(unsigned int shortcut, int vector, unsigned int dest) |