patch-2.3.16 linux/drivers/net/declance.c

Next file: linux/drivers/net/defxx.c
Previous file: linux/drivers/net/cycx_main.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/drivers/net/declance.c linux/drivers/net/declance.c
@@ -1000,7 +1000,7 @@
 	dev->tbusy = 0;
 }
 
-__initfunc(static int dec_lance_init(struct net_device *dev, const int type))
+static int __init dec_lance_init(struct net_device *dev, const int type)
 {
 	static unsigned version_printed = 0;
 	struct lance_private *lp;
@@ -1194,7 +1194,7 @@
 
 
 /* Find all the lance cards on the system and initialize them */
-__initfunc(int dec_lance_probe(struct net_device *dev))
+int __init dec_lance_probe(struct net_device *dev)
 {
 	static int called = 0;
 

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