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

Next file: linux/drivers/net/ne2k-pci.c
Previous file: linux/drivers/net/macsonic.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/drivers/net/mvme147.c linux/drivers/net/mvme147.c
@@ -70,7 +70,7 @@
 #endif
 
 /* Initialise the one and only on-board 7990 */
-__initfunc(int mvme147lance_probe(struct net_device *dev))
+int __init mvme147lance_probe(struct net_device *dev)
 {
 	static int called = 0;
 	static const char name[] = "MVME147 LANCE";

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