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

Next file: linux/drivers/net/pcmcia/3c574_cs.c
Previous file: linux/drivers/net/ni52.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/net/ni65.c linux/drivers/net/ni65.c
@@ -1173,10 +1173,8 @@
 }
 
 #ifdef MODULE
-static char devicename[9] = { 0, };
-
 static struct net_device dev_ni65 = {
-	devicename,	/* "ni6510": device name inserted by net_init.c */
+	"",	/* "ni6510": device name inserted by net_init.c */
 	0, 0, 0, 0,
 	0x360, 9,	 /* I/O address, IRQ */
 	0, 0, 0, NULL, ni65_probe };

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