patch-2.3.27 linux/drivers/net/sunhme.c
Next file: linux/drivers/net/sunlance.c
Previous file: linux/drivers/net/sunbmac.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Tue Nov  9 08:20:12 1999
-  Orig file: 
v2.3.26/linux/drivers/net/sunhme.c
-  Orig date: 
Fri Sep 10 23:57:30 1999
diff -u --recursive --new-file v2.3.26/linux/drivers/net/sunhme.c linux/drivers/net/sunhme.c
@@ -3459,8 +3459,9 @@
 }
 #endif
 
-int __init happy_meal_probe(struct net_device *dev)
+int __init happy_meal_probe(void)
 {
+	struct net_device *dev = NULL;
 	struct linux_sbus *bus;
 	struct linux_sbus_device *sdev = 0;
 	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)