summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel.c
diff options
context:
space:
mode:
authorIngo Molnar2009-02-17 14:02:01 +0100
committerIngo Molnar2009-02-17 17:52:44 +0100
commite641f5f525acb163ba71d92de79c9c7366deae03 (patch)
tree37425070d697506a34e4b56d6f868f03b9fa7300 /arch/x86/kernel/cpu/intel.c
parentx86, apic: remove genapic.h (diff)
downloadkernel-qcow2-linux-e641f5f525acb163ba71d92de79c9c7366deae03.tar.gz
kernel-qcow2-linux-e641f5f525acb163ba71d92de79c9c7366deae03.tar.xz
kernel-qcow2-linux-e641f5f525acb163ba71d92de79c9c7366deae03.zip
x86, apic: remove duplicate asm/apic.h inclusions
Impact: cleanup Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu/intel.c')
-rw-r--r--arch/x86/kernel/cpu/intel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c
index 290f92e2b7c6..7aeef1d327b1 100644
--- a/arch/x86/kernel/cpu/intel.c
+++ b/arch/x86/kernel/cpu/intel.c
@@ -24,7 +24,6 @@
#ifdef CONFIG_X86_LOCAL_APIC
#include <asm/mpspec.h>
#include <asm/apic.h>
-#include <asm/apic.h>
#endif
static void __cpuinit early_init_intel(struct cpuinfo_x86 *c)