Browse Source

[MIPS] JMR3927: Declare puts function.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Ralf Baechle 19 years ago
parent
commit
380b92537c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/mips/jmr3927/rbhma3100/setup.c

+ 2 - 0
arch/mips/jmr3927/rbhma3100/setup.c

@@ -60,6 +60,8 @@
 #include <asm/mipsregs.h>
 #include <asm/mipsregs.h>
 #include <asm/traps.h>
 #include <asm/traps.h>
 
 
+extern void puts(unsigned char *cp);
+
 /* Tick Timer divider */
 /* Tick Timer divider */
 #define JMR3927_TIMER_CCD	0	/* 1/2 */
 #define JMR3927_TIMER_CCD	0	/* 1/2 */
 #define JMR3927_TIMER_CLK	(JMR3927_IMCLK / (2 << JMR3927_TIMER_CCD))
 #define JMR3927_TIMER_CLK	(JMR3927_IMCLK / (2 << JMR3927_TIMER_CCD))