patch-2.3.10 linux/drivers/net/ne3210.c
Next file: linux/drivers/net/olympic.c
Previous file: linux/drivers/net/ne2k-pci.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Tue Jul  6 19:08:33 1999
-  Orig file: 
v2.3.9/linux/drivers/net/ne3210.c
-  Orig date: 
Wed Dec 16 13:35:49 1998
diff -u --recursive --new-file v2.3.9/linux/drivers/net/ne3210.c linux/drivers/net/ne3210.c
@@ -95,7 +95,7 @@
  *	PROM for a match against the value assigned to Novell.
  */
 
-__initfunc(int ne3210_probe(struct device *dev))
+int __init ne3210_probe(struct device *dev)
 {
 	unsigned short ioaddr = dev->base_addr;
 
@@ -122,7 +122,7 @@
 	return ENODEV;
 }
 
-__initfunc(int ne3210_probe1(struct device *dev, int ioaddr))
+int __init ne3210_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)