patch-2.1.54 linux/drivers/net/eepro100.c
Next file: linux/drivers/net/ppp.c
Previous file: linux/drivers/net/com90xx.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Sep 5 20:41:41 1997
- Orig file:
v2.1.53/linux/drivers/net/eepro100.c
- Orig date:
Wed Sep 3 20:52:42 1997
diff -u --recursive --new-file v2.1.53/linux/drivers/net/eepro100.c linux/drivers/net/eepro100.c
@@ -462,13 +462,16 @@
/* 'options' is used to pass a transceiver override or full-duplex flag
e.g. "options=16" for FD, "options=32" for 100mbps-only. */
static int full_duplex[] = {-1, -1, -1, -1, -1, -1, -1, -1};
+
#ifdef MODULE
+
static int options[] = {-1, -1, -1, -1, -1, -1, -1, -1};
static int debug = -1; /* The debug level */
-#endif
/* A list of all installed Speedo devices, for removing the driver module. */
static struct device *root_speedo_dev = NULL;
+
+#endif
int eepro100_init(struct device *dev)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov