patch-2.1.81 linux/drivers/net/3c59x.c
Next file: linux/drivers/net/dgrs.c
Previous file: linux/drivers/misc/parport_init.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Fri Jan 23 17:38:04 1998
-  Orig file: 
v2.1.80/linux/drivers/net/3c59x.c
-  Orig date: 
Mon Jan 12 15:28:18 1998
diff -u --recursive --new-file v2.1.80/linux/drivers/net/3c59x.c linux/drivers/net/3c59x.c
@@ -482,9 +482,11 @@
 /* This driver uses 'options' to pass the media type, full-duplex flag, etc. */
 /* Note: this is the only limit on the number of cards supported!! */
 static int options[8] = { -1, -1, -1, -1, -1, -1, -1, -1,};
+#ifdef MODULE
 static int full_duplex[8] = {-1, -1, -1, -1, -1, -1, -1, -1};
 /* A list of all installed Vortex devices, for removing the driver module. */
 static struct device *root_vortex_dev = NULL;
+#endif
 
 #ifdef MODULE
 /* Variables to work-around the Compaq PCI BIOS32 problem. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov