patch-2.3.30 linux/drivers/char/serial.c

Next file: linux/drivers/char/videodev.c
Previous file: linux/drivers/char/saa7110.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.29/linux/drivers/char/serial.c linux/drivers/char/serial.c
@@ -4142,15 +4142,6 @@
 {
 	int i;
 	struct serial_state * state;
-	extern void atomwide_serial_init (void);
-	extern void dualsp_serial_init (void);
-
-#ifdef CONFIG_ATOMWIDE_SERIAL
-	atomwide_serial_init ();
-#endif
-#ifdef CONFIG_DUALSP_SERIAL
-	dualsp_serial_init ();
-#endif
 
 	if (timer_table[RS_TIMER].fn) {
 		printk("RS_TIMER already set, another serial driver "

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)