diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-03-06 07:34:44 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-04-27 11:20:23 -0400 |
commit | cc50b67dcd84c6215232c0e1c95e24786e555782 (patch) | |
tree | db4d9ceba267d051dfc51dfd1c265cd08eea73cf /arch/mips/cobalt/console.c | |
parent | 7f5a7716dc0b380fd3c85ca5a5841969555feaa7 (diff) |
[MIPS] Cobalt: clean up include files
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Diffstat (limited to 'arch/mips/cobalt/console.c')
-rw-r--r-- | arch/mips/cobalt/console.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/mips/cobalt/console.c b/arch/mips/cobalt/console.c index ca56b415b8ac..0485d51f7216 100644 --- a/arch/mips/cobalt/console.c +++ b/arch/mips/cobalt/console.c | |||
@@ -1,13 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | * (C) P. Horton 2006 | 2 | * (C) P. Horton 2006 |
3 | */ | 3 | */ |
4 | |||
5 | #include <linux/init.h> | ||
6 | #include <linux/kernel.h> | ||
7 | #include <linux/console.h> | ||
8 | #include <linux/serial_reg.h> | 4 | #include <linux/serial_reg.h> |
5 | |||
9 | #include <asm/addrspace.h> | 6 | #include <asm/addrspace.h> |
10 | #include <asm/mach-cobalt/cobalt.h> | 7 | |
8 | #include <cobalt.h> | ||
11 | 9 | ||
12 | void prom_putchar(char c) | 10 | void prom_putchar(char c) |
13 | { | 11 | { |