patch-2.3.10 linux/drivers/net/es3210.c
Next file: linux/drivers/net/eth16i.c
Previous file: linux/drivers/net/eql.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Tue Jul  6 19:05:49 1999
-  Orig file: 
v2.3.9/linux/drivers/net/es3210.c
-  Orig date: 
Wed Dec 16 13:35:49 1998
diff -u --recursive --new-file v2.3.9/linux/drivers/net/es3210.c linux/drivers/net/es3210.c
@@ -124,7 +124,7 @@
  *	PROM for a match against the Racal-Interlan assigned value.
  */
 
-__initfunc(int es_probe(struct device *dev))
+int __init es_probe(struct device *dev)
 {
 	unsigned short ioaddr = dev->base_addr;
 
@@ -151,7 +151,7 @@
 	return ENODEV;
 }
 
-__initfunc(int es_probe1(struct device *dev, int ioaddr))
+int __init es_probe1(struct device *dev, int ioaddr)
 {
 	int i;
 	unsigned long eisa_id;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)