patch-2.3.18 linux/drivers/net/sun3lance.c
Next file: linux/drivers/net/sunhme.c
Previous file: linux/drivers/net/starfire.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Sep  8 11:20:42 1999
-  Orig file: 
v2.3.17/linux/drivers/net/sun3lance.c
-  Orig date: 
Tue Sep  7 12:14:06 1999
diff -u --recursive --new-file v2.3.17/linux/drivers/net/sun3lance.c linux/drivers/net/sun3lance.c
@@ -240,7 +240,7 @@
 
 /************************* End of Prototypes **************************/
 
-__initfunc(int sun3lance_probe( struct net_device *dev ))
+int __init sun3lance_probe( struct net_device *dev )
 {	
 	static int found = 0;
 
@@ -255,7 +255,7 @@
 	return( ENODEV );
 }
 
-__initfunc(static int lance_probe( struct net_device *dev))
+static int __init lance_probe( struct net_device *dev)
 {	
 	unsigned long ioaddr, iopte;
 	
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)