patch-1.3.38 linux/drivers/net/eexpress.c
Next file: linux/drivers/net/eql.c
Previous file: linux/drivers/net/eepro.c
Back to the patch index
Back to the overall index
-  Lines: 28
 -  Date:
Mon Oct 30 10:27:11 1995
 -  Orig file: 
v1.3.37/linux/drivers/net/eexpress.c
 -  Orig date: 
Tue Oct 10 18:46:35 1995
 
diff -u --recursive --new-file v1.3.37/linux/drivers/net/eexpress.c linux/drivers/net/eexpress.c
@@ -24,8 +24,6 @@
 static const char *version =
 	"eexpress.c:v0.07 1/19/94 Donald Becker (becker@super.org)\n";
 
-#include <linux/config.h>
-
 /*
   Sources:
 	This driver wouldn't have been written with the availability of the
@@ -37,10 +35,7 @@
 	info that the casual reader might think that it documents the i82586.
 */
 
-#ifdef MODULE
 #include <linux/module.h>
-#include <linux/version.h>
-#endif
 
 #include <linux/kernel.h>
 #include <linux/sched.h>
@@ -1003,7 +998,6 @@
 }
 
 #ifdef MODULE
-char kernel_version[] = UTS_RELEASE;
 static char devicename[9] = { 0, };
 static struct device dev_eexpress = {
 	devicename, /* device name is inserted by linux/drivers/net/net_init.c */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this