patch-2.1.36 linux/drivers/net/de600.c
Next file: linux/drivers/net/de620.c
Previous file: linux/drivers/net/de4x5.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Tue Apr 22 22:42:48 1997
-  Orig file: 
v2.1.35/linux/drivers/net/de600.c
-  Orig date: 
Mon Apr 14 16:28:11 1997
diff -u --recursive --new-file v2.1.35/linux/drivers/net/de600.c linux/drivers/net/de600.c
@@ -103,6 +103,7 @@
 #include <linux/ptrace.h>
 #include <asm/system.h>
 #include <linux/errno.h>
+#include <linux/init.h>
 
 #include <linux/inet.h>
 #include <linux/netdevice.h>
@@ -624,8 +625,8 @@
 	 */
 }
 
-int
-de600_probe(struct device *dev)
+__initfunc(int
+de600_probe(struct device *dev))
 {
 	int	i;
 	static struct net_device_stats de600_netstats;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov