Commit 57340b2b authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Ralf Baechle

[MIPS] RBTX49x7: declare prom_getcmdline()

Fix a bunch of warnings caused by a missing prom_getcmdline() prototype.
Signed-off-by: default avatarSergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent bb3d7c7f
...@@ -137,6 +137,8 @@ int tx4927_using_backplane = 0; ...@@ -137,6 +137,8 @@ int tx4927_using_backplane = 0;
extern void gt64120_time_init(void); extern void gt64120_time_init(void);
extern void toshiba_rbtx4927_irq_setup(void); extern void toshiba_rbtx4927_irq_setup(void);
char *prom_getcmdline(void);
#ifdef CONFIG_PCI #ifdef CONFIG_PCI
#define CONFIG_TX4927BUG_WORKAROUND #define CONFIG_TX4927BUG_WORKAROUND
#undef TX4927_SUPPORT_COMMAND_IO #undef TX4927_SUPPORT_COMMAND_IO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment