diff options
Diffstat (limited to 'arch/mips/dec/promcon.c')
| -rw-r--r-- | arch/mips/dec/promcon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/dec/promcon.c b/arch/mips/dec/promcon.c index 9f0972f5a702..c239c25b79ff 100644 --- a/arch/mips/dec/promcon.c +++ b/arch/mips/dec/promcon.c | |||
| @@ -33,8 +33,7 @@ static int __init prom_console_setup(struct console *co, char *options) | |||
| 33 | return 0; | 33 | return 0; |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | static struct console sercons = | 36 | static struct console sercons = { |
| 37 | { | ||
| 38 | .name = "ttyS", | 37 | .name = "ttyS", |
| 39 | .write = prom_console_write, | 38 | .write = prom_console_write, |
| 40 | .setup = prom_console_setup, | 39 | .setup = prom_console_setup, |
