patch-2.3.10 linux/drivers/net/ne.c
Next file: linux/drivers/net/ne2.c
Previous file: linux/drivers/net/myri_sbus.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Tue Jul 6 19:08:33 1999
- Orig file:
v2.3.9/linux/drivers/net/ne.c
- Orig date:
Sun Mar 7 15:47:46 1999
diff -u --recursive --new-file v2.3.9/linux/drivers/net/ne.c linux/drivers/net/ne.c
@@ -177,7 +177,7 @@
* the card.
*/
-__initfunc(int ne_probe(struct device *dev))
+int __init ne_probe(struct device *dev)
{
int base_addr = dev ? dev->base_addr : 0;
@@ -209,7 +209,7 @@
#endif
#ifdef CONFIG_PCI
-__initfunc(static int ne_probe_pci(struct device *dev))
+static int __init ne_probe_pci(struct device *dev)
{
int i;
@@ -243,7 +243,7 @@
}
#endif /* CONFIG_PCI */
-__initfunc(static int ne_probe1(struct device *dev, int ioaddr))
+static int __init ne_probe1(struct device *dev, int ioaddr)
{
int i;
unsigned char SA_prom[32];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)