diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-17 08:02:01 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-17 11:52:44 -0500 |
commit | e641f5f525acb163ba71d92de79c9c7366deae03 (patch) | |
tree | 37425070d697506a34e4b56d6f868f03b9fa7300 /arch/x86/kernel/es7000_32.c | |
parent | 7b6aa335ca1a845c2262ec7a595b4521bca0f79d (diff) |
x86, apic: remove duplicate asm/apic.h inclusions
Impact: cleanup
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/es7000_32.c')
-rw-r--r-- | arch/x86/kernel/es7000_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/es7000_32.c b/arch/x86/kernel/es7000_32.c index 6cdfb3e4dc33..352d870e5d55 100644 --- a/arch/x86/kernel/es7000_32.c +++ b/arch/x86/kernel/es7000_32.c | |||
@@ -387,7 +387,6 @@ void __init es7000_enable_apic_mode(void) | |||
387 | #include <linux/threads.h> | 387 | #include <linux/threads.h> |
388 | #include <linux/cpumask.h> | 388 | #include <linux/cpumask.h> |
389 | #include <asm/mpspec.h> | 389 | #include <asm/mpspec.h> |
390 | #include <asm/apic.h> | ||
391 | #include <asm/fixmap.h> | 390 | #include <asm/fixmap.h> |
392 | #include <asm/apicdef.h> | 391 | #include <asm/apicdef.h> |
393 | #include <linux/kernel.h> | 392 | #include <linux/kernel.h> |