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
- Lines: 17
- Date:
Thu Jul 6 21:37:24 2000
- Orig file:
v2.4.0-test2/linux/drivers/atm/idt77105.c
- Orig date:
Fri Jun 23 21:55:08 2000
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)