diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-12-08 11:35:38 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-12-08 11:35:38 +0000 |
commit | e32d6bd04736ec373410c5cabfe6d232aa15a2cc (patch) | |
tree | e95bbbb81547c7b4f4a43d52b5eec17ec6d55f32 /kernel | |
parent | 963b1cd6f5237a8df0819497f54a700820b2b8d2 (diff) |
Resurrect serial console.
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/printk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c index 330ce3efe..407635131 100644 --- a/kernel/printk.c +++ b/kernel/printk.c @@ -55,7 +55,7 @@ static int preferred_console = -1; /* * Setup a list of consoles. Called from init/main.c */ -static int __init console_setup(char *str) +int __init console_setup(char *str) { struct console_cmdline *c; char name[sizeof(c->name)]; |