diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2007-02-07 12:41:36 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-10 17:38:43 -0500 |
commit | 57340b2bad1de489902f6947f24fc334737e5b80 (patch) | |
tree | f1770f1371d096965006f216d64c045dd2a201ac /arch | |
parent | bb3d7c7ff1cc18b4cb83820327905f7e1f8dc414 (diff) |
[MIPS] RBTX49x7: declare prom_getcmdline()
Fix a bunch of warnings caused by a missing prom_getcmdline() prototype.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c b/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c index 735cb8778f4c..7316a78fdd68 100644 --- a/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c +++ b/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c | |||
@@ -137,6 +137,8 @@ int tx4927_using_backplane = 0; | |||
137 | extern void gt64120_time_init(void); | 137 | extern void gt64120_time_init(void); |
138 | extern void toshiba_rbtx4927_irq_setup(void); | 138 | extern void toshiba_rbtx4927_irq_setup(void); |
139 | 139 | ||
140 | char *prom_getcmdline(void); | ||
141 | |||
140 | #ifdef CONFIG_PCI | 142 | #ifdef CONFIG_PCI |
141 | #define CONFIG_TX4927BUG_WORKAROUND | 143 | #define CONFIG_TX4927BUG_WORKAROUND |
142 | #undef TX4927_SUPPORT_COMMAND_IO | 144 | #undef TX4927_SUPPORT_COMMAND_IO |