diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-01 06:56:43 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-04 14:02:37 -0500 |
commit | 36a885306fdf7bb557c773309c993bfb2d0d693c (patch) | |
tree | 643b246c90653c9451ff7fecff74a79c3de8042c /arch/mips/momentum | |
parent | ca471c86043f4a8b01cba02ba2d3431fddcaf606 (diff) |
[MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.
early_printk is a so much saner thing.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/momentum')
-rw-r--r-- | arch/mips/momentum/jaguar_atx/ja-console.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/momentum/jaguar_atx/ja-console.c b/arch/mips/momentum/jaguar_atx/ja-console.c index 2292d0ec47fc..2c30b4f56245 100644 --- a/arch/mips/momentum/jaguar_atx/ja-console.c +++ b/arch/mips/momentum/jaguar_atx/ja-console.c | |||
@@ -74,11 +74,6 @@ void prom_putchar(char c) | |||
74 | uart->iu_thr = c; | 74 | uart->iu_thr = c; |
75 | } | 75 | } |
76 | 76 | ||
77 | char __init prom_getchar(void) | ||
78 | { | ||
79 | return 0; | ||
80 | } | ||
81 | |||
82 | static void inline ja_console_probe(void) | 77 | static void inline ja_console_probe(void) |
83 | { | 78 | { |
84 | struct uart_port up; | 79 | struct uart_port up; |