patch-2.1.31 linux/drivers/net/pcnet32.c

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

diff -u --recursive --new-file v2.1.30/linux/drivers/net/pcnet32.c linux/drivers/net/pcnet32.c
@@ -37,9 +37,9 @@
 static unsigned int pcnet32_portlist[] = {0x300, 0x320, 0x340, 0x360, 0};
 
 #ifdef PCNET32_DEBUG
-int pcnet32_debug = PCNET32_DEBUG;
+static int pcnet32_debug = PCNET32_DEBUG;
 #else
-int pcnet32_debug = 1;
+static int pcnet32_debug = 1;
 #endif
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov