Fix RTL8019AS init for Toshiba RBTX49xx boards
[powerpc.git] / drivers / net / netconsole.c
index 75b35ad..66e74f7 100644 (file)
@@ -87,6 +87,7 @@ static void write_msg(struct console *con, const char *msg, unsigned int len)
 }
 
 static struct console netconsole = {
+       .name = "netcon",
        .flags = CON_ENABLED | CON_PRINTBUFFER,
        .write = write_msg
 };