patch-2.3.10 linux/drivers/net/3c523.c
Next file: linux/drivers/net/3c527.c
Previous file: linux/drivers/net/3c507.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/3c523.c
-  Orig date: 
Sat Apr 24 17:49:37 1999
diff -u --recursive --new-file v2.3.9/linux/drivers/net/3c523.c linux/drivers/net/3c523.c
@@ -319,7 +319,7 @@
  * Check to see if there's an 82586 out there.
  */
 
-__initfunc(static int check586(struct device *dev, unsigned long where, unsigned size))
+static int __init check586(struct device *dev, unsigned long where, unsigned size)
 {
 	struct priv *p = (struct priv *) dev->priv;
 	char *iscp_addrs[2];
@@ -422,7 +422,7 @@
 
 /*****************************************************************/
 
-__initfunc(int elmc_probe(struct device *dev))
+int __init elmc_probe(struct device *dev)
 {
 	static int slot = 0;
 	int base_addr = dev ? dev->base_addr : 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)