Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48377246 authored by David S. Miller's avatar David S. Miller
Browse files

[SUNSU]: Do not mark sunsu_console_setup() __init



Sets off buildcheck warnings.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fc321495
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;