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

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)