From 11e9b72333f84985ccc1640418c670f73c510832 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 23 May 2010 21:52:04 +0200 Subject: [PATCH] --- yaml --- r: 204478 b: refs/heads/master c: cb5dcea176a87d47a7c2e8d8ac5ecf6a667140a1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/dec/promcon.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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,