1 Index: linux-2.4.35.4/drivers/char/serial.c
2 ===================================================================
3 --- linux-2.4.35.4.orig/drivers/char/serial.c 2007-12-15 05:19:44.934981737 +0100
4 +++ linux-2.4.35.4/drivers/char/serial.c 2007-12-15 05:20:00.539871010 +0100
6 sizeof(struct rs_multiport_struct));
9 -#ifdef CONFIG_SERIAL_CONSOLE
11 - * The interrupt of the serial console port
14 - if (sercons.flags & CON_CONSDEV) {
15 - for(i = 0; i < NR_PORTS; i++)
16 - if (i != sercons.index &&
17 - rs_table[i].irq == rs_table[sercons.index].irq)
18 - rs_table[i].irq = 0;
21 show_serial_version();
23 /* Initialize the tty_driver structure */