diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 23:43:58 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 23:43:58 +0000 |
commit | eceef87159b136a4a21395112b888e232ea8df76 (patch) | |
tree | 1d244ceb9d714c6175ec765388759cbb6e9f4e4e /drivers/char | |
parent | dca50cc150304946afb790f00ead222736146e3e (diff) |
Make the default configurations (RM200C / Acer PICA) compile.
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/serial.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/char/serial.c b/drivers/char/serial.c index 746b93680..2b3e904b2 100644 --- a/drivers/char/serial.c +++ b/drivers/char/serial.c @@ -3008,20 +3008,6 @@ __initfunc(int rs_init(void)) dualsp_serial_init (); #endif - rs_table = rs_table_std; -#ifdef __mips__ - if (mips_machgroup == MACH_GROUP_JAZZ) { - rs_table = rs_table_jazz; - if (mips_machtype == MACH_OLIVETTI_M700) { - /* - * Some jazz machines use the normal crystal, some - * a different clock ... - */ - rs_table[0].baud_base = BASE_BAUD; - rs_table[1].baud_base = BASE_BAUD; - } - } -#endif init_bh(SERIAL_BH, do_serial_bh); timer_table[RS_TIMER].fn = rs_timer; timer_table[RS_TIMER].expires = 0; |