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

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)