patch-2.3.14 linux/drivers/acorn/net/net-probe.c
Next file: linux/drivers/ap1000/apfddi.c
Previous file: linux/drivers/acorn/net/etherh.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Wed Aug 18 11:38:59 1999
-  Orig file: 
v2.3.13/linux/drivers/acorn/net/net-probe.c
-  Orig date: 
Mon Feb 16 15:49:48 1998
diff -u --recursive --new-file v2.3.13/linux/drivers/acorn/net/net-probe.c linux/drivers/acorn/net/net-probe.c
@@ -8,11 +8,11 @@
 #include <linux/errno.h>
 #include <linux/init.h>
 
-extern int ether1_probe (struct device *dev);
-extern int ether3_probe (struct device *dev);
-extern int etherh_probe (struct device *dev);
+extern int ether1_probe (struct net_device *dev);
+extern int ether3_probe (struct net_device *dev);
+extern int etherh_probe (struct net_device *dev);
 
-__initfunc(int acorn_ethif_probe(struct device *dev))
+__initfunc(int acorn_ethif_probe(struct net_device *dev))
 {
 	if (1
 #ifdef CONFIG_ARM_ETHERH
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)