patch-2.3.10 linux/drivers/net/ne2.c
Next file: linux/drivers/net/ne2k-pci.c
Previous file: linux/drivers/net/ne.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Jul 6 19:08:33 1999
- Orig file:
v2.3.9/linux/drivers/net/ne2.c
- Orig date:
Wed Mar 10 16:51:35 1999
diff -u --recursive --new-file v2.3.9/linux/drivers/net/ne2.c linux/drivers/net/ne2.c
@@ -146,7 +146,7 @@
* Note that at boot, this probe only picks up one card at a time.
*/
-__initfunc (int ne2_probe(struct device *dev))
+int __init ne2_probe(struct device *dev)
{
static int current_mca_slot = -1;
int i;
@@ -198,8 +198,7 @@
return len;
}
-
-__initfunc (static int ne2_probe1(struct device *dev, int slot))
+static int __init ne2_probe1(struct device *dev, int slot)
{
int i, base_addr, irq;
unsigned char POS;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)