patch-2.4.0-test3 linux/drivers/tc/zs.c

Next file: linux/drivers/usb/Config.in
Previous file: linux/drivers/sound/vidc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/tc/zs.c linux/drivers/tc/zs.c
@@ -559,10 +559,6 @@
 	}
 }
 
-static void rs_timer(void)
-{
-}
-
 static int startup(struct dec_serial * info)
 {
 	unsigned long flags;
@@ -1576,7 +1572,6 @@
 {
 	struct dec_serial **pp;
 	int i, n, n_chips = 0, n_channels, chip, channel;
-	unsigned long flags;
 
 	/*
 	 * did we get here by accident?
@@ -1665,8 +1660,6 @@
 
 	/* Setup base handler, and timer table. */
 	init_bh(SERIAL_BH, do_serial_bh);
-	timer_table[RS_TIMER].fn = rs_timer;
-	timer_table[RS_TIMER].expires = 0;
 
 	/* Find out how many Z8530 SCCs we have */
 	if (zs_chain == 0)
@@ -1839,7 +1832,6 @@
 {
 	struct dec_serial *info;
 	int i;
-	unsigned char nine;
 
 	info = zs_soft + co->index;
 

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