diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 03:16:34 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 03:16:34 -0400 |
commit | 4e99b0b8d2e5a72b0fd27136fb3c0f08fc1da395 (patch) | |
tree | b404a5f43d5b8396ec12d73360261537d9b53aae /arch/sh64 | |
parent | 1ef7cbbe2157274a7003e78ef60b7ad885a970b8 (diff) |
sh64: Tidy up includes for Cayman board.
There were quite a few left over includes from code that was removed
long ago, rip out the stuff we no longer need.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64')
-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. |