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

Next file: linux/drivers/net/skfp/skfddi.c
Previous file: linux/drivers/net/sk98lin/skge.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/drivers/net/sk_g16.c linux/drivers/net/sk_g16.c
@@ -23,7 +23,7 @@
  *
 -*/
 
-static const char *rcsid = "$Id: sk_g16.c,v 1.1 1994/06/30 16:25:15 root Exp $";
+static const char rcsid[] = "$Id: sk_g16.c,v 1.1 1994/06/30 16:25:15 root Exp $";
 
 /*
  * The Schneider & Koch (SK) G16 Network device driver is based
@@ -622,7 +622,7 @@
 
 
 #ifdef MODULE
-static int io = 0; /* 0 == probe */
+static int io;	/* 0 == probe */
 
 static int __init SK_init_module (void)
 {

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