summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/apic_numachip.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-07-22 20:47:14 +0200
committerThomas Gleixner <tglx@linutronix.de>2019-07-25 16:11:58 +0200
commitc94f0718fb1c171d6dfdd69cb6001fa0d8206710 (patch)
tree1d3ac94133f7f57ae68a9fde7714eadaf67d0bfa /arch/x86/kernel/apic/apic_numachip.c
parentba77b2a02e0099ab0021bc3169b8f674c6be19f0 (diff)
x86/apic: Consolidate the apic local headers
Now there are three small local headers. Some contain functions which are only used in one source file. Move all the inlines and declarations into a single local header and the inlines which are only used in one source file into that. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20190722105219.618612624@linutronix.de
Diffstat (limited to 'arch/x86/kernel/apic/apic_numachip.c')
-rw-r--r--arch/x86/kernel/apic/apic_numachip.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic/apic_numachip.c b/arch/x86/kernel/apic/apic_numachip.c
index 09ec9ffb268e..cdf45b4700f2 100644
--- a/arch/x86/kernel/apic/apic_numachip.c
+++ b/arch/x86/kernel/apic/apic_numachip.c
@@ -18,8 +18,7 @@
#include <asm/pgtable.h>
-#include "apic_flat_64.h"
-#include "ipi.h"
+#include "local.h"
u8 numachip_system __read_mostly;
static const struct apic apic_numachip1;