finally move buildroot-ng to trunk
[openwrt.git] / target / linux / generic-2.4 / patches / 210-fix-irq-serial.patch
1 --- linux-2.4.30/drivers/char/serial.c  2005-06-29 20:44:46.000000000 +0200
2 +++ linux-2.4.30.serial/drivers/char/serial.c   2005-06-29 21:15:12.000000000 +0200
3 @@ -5455,18 +5455,6 @@
4                        sizeof(struct rs_multiport_struct));
5  #endif
6         }
7 -#ifdef CONFIG_SERIAL_CONSOLE
8 -       /*
9 -        *      The interrupt of the serial console port
10 -        *      can't be shared.
11 -        */
12 -       if (sercons.flags & CON_CONSDEV) {
13 -               for(i = 0; i < NR_PORTS; i++)
14 -                       if (i != sercons.index &&
15 -                           rs_table[i].irq == rs_table[sercons.index].irq)
16 -                               rs_table[i].irq = 0;
17 -       }
18 -#endif
19         show_serial_version();
20  
21         /* Initialize the tty_driver structure */