patch-2.3.99-pre7 linux/drivers/net/cs89x0.c

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

diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/net/cs89x0.c linux/drivers/net/cs89x0.c
@@ -1491,9 +1491,8 @@
 
 #ifdef MODULE
 
-static char namespace[16] = "";
 static struct net_device dev_cs89x0 = {
-        NULL,
+        "",
         0, 0, 0, 0,
         0, 0,
         0, 0, 0, NULL, NULL };
@@ -1560,7 +1559,6 @@
 #if DEBUGGING
 	net_debug = debug;
 #endif
-        dev_cs89x0.name = namespace;
 	dev_cs89x0.irq = irq;
 	dev_cs89x0.base_addr = io;
 

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