patch-2.3.10 linux/drivers/net/lne390.c
Next file: linux/drivers/net/loopback.c
Previous file: linux/drivers/net/lance.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Jul 6 19:08:33 1999
- Orig file:
v2.3.9/linux/drivers/net/lne390.c
- Orig date:
Wed Dec 16 13:35:49 1998
diff -u --recursive --new-file v2.3.9/linux/drivers/net/lne390.c linux/drivers/net/lne390.c
@@ -100,7 +100,7 @@
* PROM for a match against the value assigned to Mylex.
*/
-__initfunc(int lne390_probe(struct device *dev))
+int __init lne390_probe(struct device *dev)
{
unsigned short ioaddr = dev->base_addr;
@@ -127,7 +127,7 @@
return ENODEV;
}
-__initfunc(int lne390_probe1(struct device *dev, int ioaddr))
+int __init lne390_probe1(struct device *dev, int ioaddr)
{
int i, revision;
unsigned long eisa_id;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)