patch-2.1.30 linux/drivers/net/3c59x.c
Next file: linux/drivers/net/Config.in
Previous file: linux/drivers/net/3c509.c
Back to the patch index
Back to the overall index
-  Lines: 21
-  Date:
Thu Mar 20 17:11:51 1997
-  Orig file: 
v2.1.29/linux/drivers/net/3c59x.c
-  Orig date: 
Thu Feb 27 10:57:30 1997
diff -u --recursive --new-file v2.1.29/linux/drivers/net/3c59x.c linux/drivers/net/3c59x.c
@@ -24,7 +24,7 @@
    Tx process.  Bus master transfers are always disabled by default, but
    iff this is set they may be turned on using 'options'. */
 #define VORTEX_BUS_MASTER
-
+#include <linux/config.h>
 #include <linux/module.h>
 
 #include <linux/kernel.h>
@@ -78,9 +78,9 @@
 #endif
 
 #ifdef VORTEX_DEBUG
-int vortex_debug = VORTEX_DEBUG;
+static int vortex_debug = VORTEX_DEBUG;
 #else
-int vortex_debug = 1;
+static int vortex_debug = 1;
 #endif
 
 #ifdef CONFIG_PCI
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov