patch-2.4.4 linux/drivers/net/e2100.c
Next file: linux/drivers/net/eepro.c
Previous file: linux/drivers/net/dmfe.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Apr 19 09:34:52 2001
- Orig file:
v2.4.3/linux/drivers/net/e2100.c
- Orig date:
Tue Feb 13 13:15:05 2001
diff -u --recursive --new-file v2.4.3/linux/drivers/net/e2100.c linux/drivers/net/e2100.c
@@ -31,7 +31,7 @@
If this happens, you must power down the machine for about 30 seconds.
*/
-static const char *version =
+static const char version[] =
"e2100.c:v1.01 7/21/94 Donald Becker (becker@cesdis.gsfc.nasa.gov)\n";
#include <linux/module.h>
@@ -140,7 +140,7 @@
{
int i, status, retval;
unsigned char *station_addr = dev->dev_addr;
- static unsigned version_printed = 0;
+ static unsigned version_printed;
if (!request_region(ioaddr, E21_IO_EXTENT, dev->name))
return -EBUSY;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)