diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 16:16:34 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 16:16:34 +0900 |
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 @@ * lethal@linux-sh.org: 15th May 2003 * Use the generic procfs cpuinfo interface, just return a valid board name. */ - -#include <linux/stddef.h> #include <linux/init.h> -#include <linux/mm.h> -#include <linux/bootmem.h> -#include <linux/delay.h> #include <linux/kernel.h> -#include <linux/seq_file.h> -#include <asm/processor.h> #include <asm/platform.h> -#include <asm/io.h> #include <asm/irq.h> -#include <asm/page.h> /* * Platform Dependent Interrupt Priorities. |