diff options
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 | { |
