diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-19 16:51:56 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-12-01 06:05:11 -0500 |
commit | 380b92537c23422b277ff66eb7086a092dbb75cb (patch) | |
tree | eff37b17a9f86a66322785d1eb237afa7d1f002d /arch/mips | |
parent | 702a96a62b2a37025a752409b0dc08d8473096b1 (diff) |
[MIPS] JMR3927: Declare puts function.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/jmr3927/rbhma3100/setup.c | 2 |
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 @@ | |||
60 | #include <asm/mipsregs.h> | 60 | #include <asm/mipsregs.h> |
61 | #include <asm/traps.h> | 61 | #include <asm/traps.h> |
62 | 62 | ||
63 | extern void puts(unsigned char *cp); | ||
64 | |||
63 | /* Tick Timer divider */ | 65 | /* Tick Timer divider */ |
64 | #define JMR3927_TIMER_CCD 0 /* 1/2 */ | 66 | #define JMR3927_TIMER_CCD 0 /* 1/2 */ |
65 | #define JMR3927_TIMER_CLK (JMR3927_IMCLK / (2 << JMR3927_TIMER_CCD)) | 67 | #define JMR3927_TIMER_CLK (JMR3927_IMCLK / (2 << JMR3927_TIMER_CCD)) |