diff --git a/[refs] b/[refs] index 7d80b263359d..b9e70bfba5f2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d3bbfbc29d5010d4288f089370682a7b882fa559 +refs/heads/master: cb5dcea176a87d47a7c2e8d8ac5ecf6a667140a1 diff --git a/trunk/arch/mips/dec/promcon.c b/trunk/arch/mips/dec/promcon.c index 9f0972f5a702..c239c25b79ff 100644 --- a/trunk/arch/mips/dec/promcon.c +++ b/trunk/arch/mips/dec/promcon.c @@ -33,8 +33,7 @@ static int __init prom_console_setup(struct console *co, char *options) return 0; } -static struct console sercons = -{ +static struct console sercons = { .name = "ttyS", .write = prom_console_write, .setup = prom_console_setup,