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

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

diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/net/dummy.c linux/drivers/net/dummy.c
@@ -133,10 +133,8 @@
 	return 0;
 }
 
-static char dummy_name[16];
-
 static struct net_device dev_dummy = {
-		dummy_name, 	/* Needs to be writeable */
+		"",
 		0, 0, 0, 0,
 	 	0x0, 0,
 	 	0, 0, 0, NULL, dummy_probe };

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