From: Ralf Baechle Date: Sat, 19 Nov 2005 21:51:56 +0000 (+0000) Subject: [MIPS] JMR3927: Declare puts function. X-Git-Tag: v2.6.15-rc5~18^2~12 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=380b92537c23422b277ff66eb7086a092dbb75cb;p=linux-2.6-omap-h63xx.git [MIPS] JMR3927: Declare puts function. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/jmr3927/rbhma3100/setup.c b/arch/mips/jmr3927/rbhma3100/setup.c index 55ad0a57879..4763957df8f 100644 --- a/arch/mips/jmr3927/rbhma3100/setup.c +++ b/arch/mips/jmr3927/rbhma3100/setup.c @@ -60,6 +60,8 @@ #include #include +extern void puts(unsigned char *cp); + /* Tick Timer divider */ #define JMR3927_TIMER_CCD 0 /* 1/2 */ #define JMR3927_TIMER_CLK (JMR3927_IMCLK / (2 << JMR3927_TIMER_CCD))