diff options
-rw-r--r-- | arch/sh64/mach-cayman/setup.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh64/mach-cayman/setup.c b/arch/sh64/mach-cayman/setup.c index c3611cc2735f..85ec0ea79e3b 100644 --- a/arch/sh64/mach-cayman/setup.c +++ b/arch/sh64/mach-cayman/setup.c | |||
@@ -18,19 +18,10 @@ | |||
18 | * lethal@linux-sh.org: 15th May 2003 | 18 | * lethal@linux-sh.org: 15th May 2003 |
19 | * Use the generic procfs cpuinfo interface, just return a valid board name. | 19 | * Use the generic procfs cpuinfo interface, just return a valid board name. |
20 | */ | 20 | */ |
21 | |||
22 | #include <linux/stddef.h> | ||
23 | #include <linux/init.h> | 21 | #include <linux/init.h> |
24 | #include <linux/mm.h> | ||
25 | #include <linux/bootmem.h> | ||
26 | #include <linux/delay.h> | ||
27 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
28 | #include <linux/seq_file.h> | ||
29 | #include <asm/processor.h> | ||
30 | #include <asm/platform.h> | 23 | #include <asm/platform.h> |
31 | #include <asm/io.h> | ||
32 | #include <asm/irq.h> | 24 | #include <asm/irq.h> |
33 | #include <asm/page.h> | ||
34 | 25 | ||
35 | /* | 26 | /* |
36 | * Platform Dependent Interrupt Priorities. | 27 | * Platform Dependent Interrupt Priorities. |