patch-2.4.4 linux/drivers/net/hydra.c
Next file: linux/drivers/net/isa-skeleton.c
Previous file: linux/drivers/net/hplance.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Apr 12 12:15:25 2001
-  Orig file: 
v2.4.3/linux/drivers/net/hydra.c
-  Orig date: 
Tue Feb 13 13:15:04 2001
diff -u --recursive --new-file v2.4.3/linux/drivers/net/hydra.c linux/drivers/net/hydra.c
@@ -60,7 +60,7 @@
 #define WORDSWAP(a)     ((((a)>>8)&0xff) | ((a)<<8))
 
 #ifdef MODULE
-static struct net_device *root_hydra_dev = NULL;
+static struct net_device *root_hydra_dev;
 #endif
 
 static int __init hydra_probe(void);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)