| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH] (2.6.20) Toshiba RBTX49x7: declare prom_getcmdline() |
| From: | Sergei Shtylyov <sshtylyov@ru.mvista.com> |
| Date: | Wed, 7 Feb 2007 20:41:36 +0300 |
| Cc: | linux-mips@linux-mips.org |
| Organization: | MontaVista Software Inc. |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | KMail/1.5 |
Fix a bunch of warnings caused by a missing prom_getcmdline() prototype. Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Index: linux-2.6/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c =================================================================== --- linux-2.6.orig/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c +++ linux-2.6/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c @@ -137,6 +137,8 @@ int tx4927_using_backplane = 0; extern void gt64120_time_init(void); extern void toshiba_rbtx4927_irq_setup(void); +char *prom_getcmdline(void); + #ifdef CONFIG_PCI #define CONFIG_TX4927BUG_WORKAROUND #undef TX4927_SUPPORT_COMMAND_IO |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] (2.6.20) Toshiba JMR3927 and RBTX49x7 do support LE, Sergei Shtylyov |
|---|---|
| Next by Date: | Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master, Sergei Shtylyov |
| Previous by Thread: | [PATCH] (2.6.20) Toshiba JMR3927 and RBTX49x7 do support LE, Sergei Shtylyov |
| Next by Thread: | Re: [PATCH] (2.6.20) Toshiba RBTX49x7: declare prom_getcmdline(), Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |