diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-03-06 21:34:44 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-04-27 16:20:23 +0100 |
commit | cc50b67dcd84c6215232c0e1c95e24786e555782 (patch) | |
tree | db4d9ceba267d051dfc51dfd1c265cd08eea73cf /arch/mips/cobalt/setup.c | |
parent | 7f5a7716dc0b380fd3c85ca5a5841969555feaa7 (diff) | |
download | op-kernel-dev-cc50b67dcd84c6215232c0e1c95e24786e555782.zip op-kernel-dev-cc50b67dcd84c6215232c0e1c95e24786e555782.tar.gz |
[MIPS] Cobalt: clean up include files
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Diffstat (limited to 'arch/mips/cobalt/setup.c')
-rw-r--r-- | arch/mips/cobalt/setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/cobalt/setup.c b/arch/mips/cobalt/setup.c index 88d34f1..db0d83c 100644 --- a/arch/mips/cobalt/setup.c +++ b/arch/mips/cobalt/setup.c @@ -19,12 +19,10 @@ #include <asm/bootinfo.h> #include <asm/time.h> #include <asm/io.h> -#include <asm/irq.h> -#include <asm/processor.h> #include <asm/reboot.h> #include <asm/gt64120.h> -#include <asm/mach-cobalt/cobalt.h> +#include <cobalt.h> extern void cobalt_machine_restart(char *command); extern void cobalt_machine_halt(void); |