diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /kernel/printk.c | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'kernel/printk.c')
-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 2998dbede..0d8287fef 100644 --- a/kernel/printk.c +++ b/kernel/printk.c @@ -58,7 +58,7 @@ static int preferred_console = -1; /* * Setup a list of consoles. Called from init/main.c */ -__initfunc(void console_setup(char *str, int *ints)) +void __init console_setup(char *str, int *ints) { struct console_cmdline *c; char name[sizeof(c->name)]; |