projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
702a96a
)
[MIPS] JMR3927: Declare puts function.
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 19 Nov 2005 21:51:56 +0000
(21:51 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 1 Dec 2005 11:05:11 +0000
(11:05 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/jmr3927/rbhma3100/setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/jmr3927/rbhma3100/setup.c
b/arch/mips/jmr3927/rbhma3100/setup.c
index
55ad0a5
..
4763957
100644
(file)
--- 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))