From d44dbac40c06fa3100b964858509b19bf659e1a8 Mon Sep 17 00:00:00 2001 From: "Andries E. Brouwer" Date: Sat, 13 Nov 2004 05:00:35 -0800 Subject: [PATCH] [PATCH] no __init in serial/8250.c Referenced in non-init context. --- drivers/serial/8250.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index 8b8dc2f23a95..b2555741a895 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c @@ -2073,7 +2073,7 @@ serial8250_console_write(struct console *co, const char *s, unsigned int count) serial_out(up, UART_IER, ier); } -static int __init serial8250_console_setup(struct console *co, char *options) +static int serial8250_console_setup(struct console *co, char *options) { struct uart_port *port; int baud = 9600; -- 2.39.5