diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-29 11:32:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-29 11:32:27 +0000 |
commit | bc500b44d8cf6e290e60b4ac1d1c9a888f781a3e (patch) | |
tree | a12b2e7f0eadc8a1264cac5e7ce919dc3962c66b /drivers/char | |
parent | ec32bf4955224bb02bad5ea2e45b4ef337f362da (diff) |
Fix compile error. DEC guys, nobody of you compiling this stuff or
why do random people from linux-kernel send me such patches???
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/dz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/dz.c b/drivers/char/dz.c index d72bc629e..bf4b20e79 100644 --- a/drivers/char/dz.c +++ b/drivers/char/dz.c @@ -1566,7 +1566,7 @@ static struct console dz_sercons = { NULL }; -void __init dz_serial_console_init(l) +void __init dz_serial_console_init(void) { register_console(&dz_sercons); } |