sh64: Tidy up includes for Cayman board.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 1 Oct 2007 07:16:34 +0000 (16:16 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 1 Oct 2007 07:16:34 +0000 (16:16 +0900)
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>
arch/sh64/mach-cayman/setup.c

index c3611cc2735f1cc722524a8e6e7bc26b6ce37f37..85ec0ea79e3b42984acb084df6fbc137c3f5453f 100644 (file)
  * 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.
This page took 0.042474 seconds and 5 git commands to generate.