diff --git a/[refs] b/[refs] index ad9d8fc90a42..79ffe5a0529b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eb42306b7a45703815e898a4742507c08ca01860 +refs/heads/master: efc49ef556b135739386c64fd5c2ecd99b300446 diff --git a/trunk/arch/mips/lemote/lm2e/prom.c b/trunk/arch/mips/lemote/lm2e/prom.c index 7edc15dfed6c..d78cedf28c1f 100644 --- a/trunk/arch/mips/lemote/lm2e/prom.c +++ b/trunk/arch/mips/lemote/lm2e/prom.c @@ -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); -}