diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-17 13:02:01 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-17 16:52:44 (GMT) |
commit | e641f5f525acb163ba71d92de79c9c7366deae03 (patch) | |
tree | 37425070d697506a34e4b56d6f868f03b9fa7300 /arch/x86/kernel/cpu/common.c | |
parent | 7b6aa335ca1a845c2262ec7a595b4521bca0f79d (diff) | |
download | linux-fsl-qoriq-e641f5f525acb163ba71d92de79c9c7366deae03.tar.xz |
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/common.c')
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 41f3788..826d5c8 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -23,11 +23,9 @@ #include <asm/smp.h> #include <asm/cpu.h> #include <asm/cpumask.h> -#ifdef CONFIG_X86_LOCAL_APIC -#include <asm/mpspec.h> -#include <asm/apic.h> -#include <asm/apic.h> #include <asm/apic.h> + +#ifdef CONFIG_X86_LOCAL_APIC #include <asm/uv/uv.h> #endif |