patch-2.4.0-test3 linux/drivers/atm/idt77105.c

Next file: linux/drivers/atm/iphase.c
Previous file: linux/drivers/atm/horizon.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/atm/idt77105.c linux/drivers/atm/idt77105.c
@@ -48,10 +48,12 @@
 static void idt77105_restart_timer_func(unsigned long);
 
 
-static struct timer_list stats_timer = { NULL, NULL, 0L, 0L,
-                                         &idt77105_stats_timer_func };
-static struct timer_list restart_timer = { NULL, NULL, 0L, 0L, 
-                                           &idt77105_restart_timer_func };
+static struct timer_list stats_timer = {
+    function:	&idt77105_stats_timer_func
+};
+static struct timer_list restart_timer = {
+    function:	&idt77105_restart_timer_func
+};
 static int start_timer = 1;
 static struct idt77105_priv *idt77105_all = NULL;
 

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