patch-2.4.4 linux/drivers/net/ariadne2.c

Next file: linux/drivers/net/arlan-proc.c
Previous file: linux/drivers/net/ariadne.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/drivers/net/ariadne2.c linux/drivers/net/ariadne2.c
@@ -62,7 +62,7 @@
 #define WORDSWAP(a)	((((a)>>8)&0xff) | ((a)<<8))
 
 #ifdef MODULE
-static struct net_device *root_ariadne2_dev = NULL;
+static struct net_device *root_ariadne2_dev;
 #endif
 
 static const struct card_info {

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