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>
This commit is contained in:
parent
1ef7cbbe21
commit
4e99b0b8d2
1 changed files with 0 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue