aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/lemote/lm2e/prom.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/lemote/lm2e/prom.c b/arch/mips/lemote/lm2e/prom.c
index 7edc15dfed6c..d78cedf28c1f 100644
--- a/arch/mips/lemote/lm2e/prom.c
+++ b/arch/mips/lemote/lm2e/prom.c
@@ -21,7 +21,6 @@
21extern unsigned long bus_clock; 21extern unsigned long bus_clock;
22extern unsigned long cpu_clock_freq; 22extern unsigned long cpu_clock_freq;
23extern unsigned int memsize, highmemsize; 23extern unsigned int memsize, highmemsize;
24extern int putDebugChar(unsigned char byte);
25 24
26static int argc; 25static int argc;
27/* pmon passes arguments in 32bit pointers */ 26/* pmon passes arguments in 32bit pointers */
@@ -90,8 +89,3 @@ do { \
90void __init prom_free_prom_memory(void) 89void __init prom_free_prom_memory(void)
91{ 90{
92} 91}
93
94void prom_putchar(char c)
95{
96 putDebugChar(c);
97}