[SUNSU]: Do not mark sunsu_console_setup() __init
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2005 22:10:21 +0000 (14:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2005 22:10:21 +0000 (14:10 -0800)
Sets off buildcheck warnings.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/serial/sunsu.c

index 656c0e8..f073853 100644 (file)
@@ -1441,7 +1441,7 @@ static void sunsu_console_write(struct console *co, const char *s,
  *     - initialize the serial port
  *     Return non-zero if we didn't find a serial port.
  */
-static int __init sunsu_console_setup(struct console *co, char *options)
+static int sunsu_console_setup(struct console *co, char *options)
 {
        struct uart_port *port;
        int baud = 9600;