sn_console section mismatch warning
Do not mark sn_sal_console_setup as __init since it's referenced from non init data structures. Signed-off-by: Jes Sorensen <jes@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
98701dc19e
commit
17e0c7cc1d
@ -759,7 +759,7 @@ static void __init sn_sal_switch_to_interrupts(struct sn_cons_port *port)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static void sn_sal_console_write(struct console *, const char *, unsigned);
|
static void sn_sal_console_write(struct console *, const char *, unsigned);
|
||||||
static int __init sn_sal_console_setup(struct console *, char *);
|
static int sn_sal_console_setup(struct console *, char *);
|
||||||
static struct uart_driver sal_console_uart;
|
static struct uart_driver sal_console_uart;
|
||||||
extern struct tty_driver *uart_console_device(struct console *, int *);
|
extern struct tty_driver *uart_console_device(struct console *, int *);
|
||||||
|
|
||||||
@ -1006,7 +1006,7 @@ sn_sal_console_write(struct console *co, const char *s, unsigned count)
|
|||||||
* here so providing it is easier.
|
* here so providing it is easier.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
static int __init sn_sal_console_setup(struct console *co, char *options)
|
static int sn_sal_console_setup(struct console *co, char *options)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user