提交 48377246 编写于 作者: D David S. Miller

[SUNSU]: Do not mark sunsu_console_setup() __init

Sets off buildcheck warnings.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 fc321495
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册