[MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.
[powerpc.git] / arch / mips / momentum / jaguar_atx / ja-console.c
index 2292d0e..2c30b4f 100644 (file)
@@ -74,11 +74,6 @@ void prom_putchar(char c)
        uart->iu_thr = c;
 }
 
-char __init prom_getchar(void)
-{
-       return 0;
-}
-
 static void inline ja_console_probe(void)
 {
        struct uart_port up;