aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/apic_flat_64.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-07-22 20:47:13 +0200
committerThomas Gleixner <tglx@linutronix.de>2019-07-25 16:11:58 +0200
commitba77b2a02e0099ab0021bc3169b8f674c6be19f0 (patch)
tree9e7a36a630b8c64acdd987bd495db06b0615f1bb /arch/x86/include/asm/apic_flat_64.h
parentx86/apic: Move ipi header into apic directory (diff)
downloadwireguard-linux-ba77b2a02e0099ab0021bc3169b8f674c6be19f0.tar.xz
wireguard-linux-ba77b2a02e0099ab0021bc3169b8f674c6be19f0.zip
x86/apic: Move apic_flat_64 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.526508168@linutronix.de
Diffstat (limited to 'arch/x86/include/asm/apic_flat_64.h')
-rw-r--r--arch/x86/include/asm/apic_flat_64.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/include/asm/apic_flat_64.h b/arch/x86/include/asm/apic_flat_64.h
deleted file mode 100644
index d3a2b3876ce6..000000000000
--- a/arch/x86/include/asm/apic_flat_64.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_X86_APIC_FLAT_64_H
-#define _ASM_X86_APIC_FLAT_64_H
-
-extern void flat_init_apic_ldr(void);
-
-#endif
-