aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/jmr3927/rbhma3100/setup.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-11-19 21:51:56 +0000
committerRalf Baechle <ralf@linux-mips.org>2005-12-01 11:05:11 +0000
commit380b92537c23422b277ff66eb7086a092dbb75cb (patch)
treeeff37b17a9f86a66322785d1eb237afa7d1f002d /arch/mips/jmr3927/rbhma3100/setup.c
parent[MIPS] JMR3927 fixes. (diff)
downloadlinux-dev-380b92537c23422b277ff66eb7086a092dbb75cb.tar.xz
linux-dev-380b92537c23422b277ff66eb7086a092dbb75cb.zip
[MIPS] JMR3927: Declare puts function.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jmr3927/rbhma3100/setup.c')
-rw-r--r--arch/mips/jmr3927/rbhma3100/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/jmr3927/rbhma3100/setup.c b/arch/mips/jmr3927/rbhma3100/setup.c
index 55ad0a578794..4763957df8fc 100644
--- a/arch/mips/jmr3927/rbhma3100/setup.c
+++ b/arch/mips/jmr3927/rbhma3100/setup.c
@@ -60,6 +60,8 @@
#include <asm/mipsregs.h>
#include <asm/traps.h>
+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))