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/visws_quirks.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/visws_quirks.c')
-rw-r--r-- | arch/x86/kernel/visws_quirks.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/x86/kernel/visws_quirks.c b/arch/x86/kernel/visws_quirks.c index 5264fea6c281..34199d30ff46 100644 --- a/arch/x86/kernel/visws_quirks.c +++ b/arch/x86/kernel/visws_quirks.c | |||
@@ -29,13 +29,10 @@ | |||
29 | #include <asm/fixmap.h> | 29 | #include <asm/fixmap.h> |
30 | #include <asm/reboot.h> | 30 | #include <asm/reboot.h> |
31 | #include <asm/setup.h> | 31 | #include <asm/setup.h> |
32 | #include <asm/apic.h> | ||
32 | #include <asm/e820.h> | 33 | #include <asm/e820.h> |
33 | #include <asm/io.h> | 34 | #include <asm/io.h> |
34 | 35 | ||
35 | #include <asm/apic.h> | ||
36 | |||
37 | #include <asm/apic.h> | ||
38 | |||
39 | #include <linux/kernel_stat.h> | 36 | #include <linux/kernel_stat.h> |
40 | 37 | ||
41 | #include <asm/i8259.h> | 38 | #include <asm/i8259.h> |
@@ -49,8 +46,6 @@ | |||
49 | 46 | ||
50 | extern int no_broadcast; | 47 | extern int no_broadcast; |
51 | 48 | ||
52 | #include <asm/apic.h> | ||
53 | |||
54 | char visws_board_type = -1; | 49 | char visws_board_type = -1; |
55 | char visws_board_rev = -1; | 50 | char visws_board_rev = -1; |
56 | 51 | ||