diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-07-22 21:47:13 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-07-25 17:11:58 +0300 |
commit | ba77b2a02e0099ab0021bc3169b8f674c6be19f0 (patch) | |
tree | 9e7a36a630b8c64acdd987bd495db06b0615f1bb /arch/x86/include/asm/apic_flat_64.h | |
parent | 8b542da372875373db9688477671151df3418acb (diff) | |
download | linux-ba77b2a02e0099ab0021bc3169b8f674c6be19f0.tar.xz |
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.h | 8 |
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 - |