patch-2.3.13 linux/drivers/net/ni65.c

Next file: linux/drivers/net/pcnet32.c
Previous file: linux/drivers/net/ni52.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/drivers/net/ni65.c linux/drivers/net/ni65.c
@@ -326,7 +326,7 @@
 #ifdef MODULE
 static
 #endif
-__initfunc(int ni65_probe(struct device *dev))
+int __init ni65_probe(struct device *dev)
 {
 	int *port;
 	static int ports[] = {0x360,0x300,0x320,0x340, 0};
@@ -348,7 +348,7 @@
 /*
  * this is the real card probe ..
  */
-__initfunc(static int ni65_probe1(struct device *dev,int ioaddr))
+static int __init ni65_probe1(struct device *dev,int ioaddr)
 {
 	int i,j;
 	struct priv *p;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)