summaryrefslogtreecommitdiffstats
path: root/drivers/char/dz.c
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>2000-03-28 18:06:35 +0000
committerHarald Koerfgen <hkoerfg@web.de>2000-03-28 18:06:35 +0000
commitaec775ee41ed8129eaa8bd46fcfb1b9e8e42b561 (patch)
tree1a12b3f45eb14a857ee8a83545d492864846aa9b /drivers/char/dz.c
parentec8daef41c83eb1d0d8bfc4b51a99f9216aab13b (diff)
Makefile fixed for a crosscompiling environment
DECstation serial drivers fixed
Diffstat (limited to 'drivers/char/dz.c')
-rw-r--r--drivers/char/dz.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/char/dz.c b/drivers/char/dz.c
index b8165ef98..d72bc629e 100644
--- a/drivers/char/dz.c
+++ b/drivers/char/dz.c
@@ -1566,11 +1566,9 @@ static struct console dz_sercons = {
NULL
};
-long __init dz_serial_console_init(long kmem_start, long kmem_end)
+void __init dz_serial_console_init(l)
{
register_console(&dz_sercons);
-
- return kmem_start;
}
#endif /* ifdef CONFIG_SERIAL_CONSOLE */