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

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)