patch-2.4.4 linux/drivers/net/ewrk3.c

Next file: linux/drivers/net/fc/iph5526.c
Previous file: linux/drivers/net/ethertap.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/drivers/net/ewrk3.c linux/drivers/net/ewrk3.c
@@ -330,12 +330,12 @@
 #else
 static u_char irq[] =
 {5, 0, 10, 3, 11, 9, 15, 12};
-static int autoprobed = 0, loading_module = 0;
+static int autoprobed, loading_module;
 
 #endif				/* MODULE */
 
 static char name[EWRK3_STRLEN + 1];
-static int num_ewrk3s = 0, num_eth = 0;
+static int num_ewrk3s, num_eth;
 
 /*
    ** Miscellaneous defines...

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