diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-12-05 16:48:41 +0100 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-12-05 16:48:41 +0100 |
commit | 292d4ed32e35df4755052b5002e533348d1648fd (patch) | |
tree | 8522e6bab962696bd25a6c02fb068c674a09b7ee /arch/mips/jmr3927/rbhma3100/setup.c | |
parent | NTFS: Fix a potential overflow by casting (index + 1) to s64 before doing a (diff) | |
parent | [PATCH] V4L/DVB (3087) fix analog NTSC for pcHDTV 3000 (diff) | |
download | linux-292d4ed32e35df4755052b5002e533348d1648fd.tar.xz linux-292d4ed32e35df4755052b5002e533348d1648fd.zip |
Merge branch 'master' of /usr/src/ntfs-2.6/
Diffstat (limited to 'arch/mips/jmr3927/rbhma3100/setup.c')
-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 @@ #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)) |