patch-2.3.10 linux/drivers/net/3c501.c
Next file: linux/drivers/net/3c503.c
Previous file: linux/drivers/misc/parport_share.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/3c501.c
- Orig date:
Thu Dec 31 12:03:49 1998
diff -u --recursive --new-file v2.3.9/linux/drivers/net/3c501.c linux/drivers/net/3c501.c
@@ -210,7 +210,7 @@
struct netdev_entry el1_drv = {"3c501", el1_probe1, EL1_IO_EXTENT, netcard_portlist};
#else
-__initfunc(int el1_probe(struct device *dev))
+int __init el1_probe(struct device *dev)
{
int i;
int base_addr = dev ? dev->base_addr : 0;
@@ -237,7 +237,7 @@
* The actual probe.
*/
-__initfunc(static int el1_probe1(struct device *dev, int ioaddr))
+static int __init el1_probe1(struct device *dev, int ioaddr)
{
struct net_local *lp;
const char *mname; /* Vendor name */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)