diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-07-25 11:30:13 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-26 10:33:45 -0400 |
commit | 39eacc20f93614f7bab63eb1d45060503afc46d0 (patch) | |
tree | 624a88873e303237467102120c4dc624c867cb12 /arch/x86/kernel | |
parent | 17f3ab748e3ee8a0af069e53b93e1487cf44aecc (diff) |
arch/x86/kernel/visws_quirks.c: Removed duplicated #include
Removed duplicated #include in arch/x86/kernel/visws_quirks.c.
asm/apic.h
asm/arch_hooks.h
asm/io.h
asm/visws/cobalt.h
asm/visws/lithium.h
asm/visws/piix4.h
linux/init.h
linux/interrupt.h
linux/smp.h
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/visws_quirks.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/x86/kernel/visws_quirks.c b/arch/x86/kernel/visws_quirks.c index 41e01b145c48..0c75691bcf5f 100644 --- a/arch/x86/kernel/visws_quirks.c +++ b/arch/x86/kernel/visws_quirks.c | |||
@@ -29,41 +29,26 @@ | |||
29 | #include <asm/reboot.h> | 29 | #include <asm/reboot.h> |
30 | #include <asm/setup.h> | 30 | #include <asm/setup.h> |
31 | #include <asm/e820.h> | 31 | #include <asm/e820.h> |
32 | #include <asm/smp.h> | ||
33 | #include <asm/io.h> | 32 | #include <asm/io.h> |
34 | 33 | ||
35 | #include <mach_ipi.h> | 34 | #include <mach_ipi.h> |
36 | 35 | ||
37 | #include "mach_apic.h" | 36 | #include "mach_apic.h" |
38 | 37 | ||
39 | #include <linux/init.h> | ||
40 | #include <linux/smp.h> | ||
41 | |||
42 | #include <linux/kernel_stat.h> | 38 | #include <linux/kernel_stat.h> |
43 | #include <linux/interrupt.h> | ||
44 | #include <linux/init.h> | ||
45 | 39 | ||
46 | #include <asm/io.h> | ||
47 | #include <asm/apic.h> | ||
48 | #include <asm/i8259.h> | 40 | #include <asm/i8259.h> |
49 | #include <asm/irq_vectors.h> | 41 | #include <asm/irq_vectors.h> |
50 | #include <asm/visws/cobalt.h> | ||
51 | #include <asm/visws/lithium.h> | 42 | #include <asm/visws/lithium.h> |
52 | #include <asm/visws/piix4.h> | ||
53 | 43 | ||
54 | #include <linux/sched.h> | 44 | #include <linux/sched.h> |
55 | #include <linux/kernel.h> | 45 | #include <linux/kernel.h> |
56 | #include <linux/init.h> | ||
57 | #include <linux/pci.h> | 46 | #include <linux/pci.h> |
58 | #include <linux/pci_ids.h> | 47 | #include <linux/pci_ids.h> |
59 | 48 | ||
60 | extern int no_broadcast; | 49 | extern int no_broadcast; |
61 | 50 | ||
62 | #include <asm/io.h> | ||
63 | #include <asm/apic.h> | 51 | #include <asm/apic.h> |
64 | #include <asm/arch_hooks.h> | ||
65 | #include <asm/visws/cobalt.h> | ||
66 | #include <asm/visws/lithium.h> | ||
67 | 52 | ||
68 | char visws_board_type = -1; | 53 | char visws_board_type = -1; |
69 | char visws_board_rev = -1; | 54 | char visws_board_rev = -1; |