diff options
author | Florian Lohoff <flo@rfc822.org> | 2000-05-19 08:32:30 +0000 |
---|---|---|
committer | Florian Lohoff <flo@rfc822.org> | 2000-05-19 08:32:30 +0000 |
commit | 00cdab9e403a8c613724d107a0336a8590cafa6e (patch) | |
tree | 532290b0a759499cec35e70b99455c7ffeb12f01 /drivers | |
parent | f128867fe75bb32529d8a98654e495dab6b6e70c (diff) |
Let tty_io.c call init_serial_console (CONFIG_SERIAL vs. CONFIG_SGI_SERIAL)
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/tty_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 4d104ec53..889ef1bca 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c @@ -2196,7 +2196,7 @@ void __init console_init(void) #ifdef CONFIG_SERIAL_CONSOLE #ifdef CONFIG_8xx console_8xx_init(); -#elif defined(CONFIG_SERIAL) +#elif defined(CONFIG_SERIAL) || defined(CONFIG_SGI_SERIAL) serial_console_init(); #endif /* CONFIG_8xx */ #if defined(CONFIG_MVME162_SCC) || defined(CONFIG_BVME6000_SCC) || defined(CONFIG_MVME147_SCC) |