MIPS: Loongson: Remove existing early_printk implementation
authorWu Zhangjin <wuzj@lemote.com>
Thu, 2 Jul 2009 15:18:09 +0000 (23:18 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 17 Sep 2009 18:07:44 +0000 (20:07 +0200)
Removes the existing implementation of early_printk for fulong.  The old
implementation was based on the outdated board-specific dbg_io.c.

Since commit 8d60a903d986ffa26c41f0092320a3b9da20bfaf dbg_io.c is not longer
needed; it will be removed by the next patch, and a new implementation of
early_printk will be added later.

Signed-off-by: Wu Zhangjin <wuzj@lemote.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lemote/lm2e/prom.c

index 7edc15d..d78cedf 100644 (file)
@@ -21,7 +21,6 @@
 extern unsigned long bus_clock;
 extern unsigned long cpu_clock_freq;
 extern unsigned int memsize, highmemsize;
-extern int putDebugChar(unsigned char byte);
 
 static int argc;
 /* pmon passes arguments in 32bit pointers */
@@ -90,8 +89,3 @@ do {                                                                  \
 void __init prom_free_prom_memory(void)
 {
 }
-
-void prom_putchar(char c)
-{
-       putDebugChar(c);
-}