patch-2.4.0-test3 linux/drivers/net/atp.c

Next file: linux/drivers/net/bonding.c
Previous file: linux/drivers/net/arcnet/com90xx.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/net/atp.c linux/drivers/net/atp.c
@@ -125,7 +125,7 @@
 #include <linux/timer.h>
 static void atp_timed_checker(unsigned long ignored);
 static struct net_device *atp_timed_dev;
-static struct timer_list atp_timer = {NULL, NULL, 0, 0, atp_timed_checker};
+static struct timer_list atp_timer = { function: atp_timed_checker };
 #endif
 
 /* Index to functions, as function prototypes. */

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