diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-09-28 22:25:29 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-09-28 22:25:29 +0000 |
commit | 0ae8dceaebe3659ee0c3352c08125f403e77ebca (patch) | |
tree | 5085c389f09da78182b899d19fe1068b619a69dd /drivers/net/lne390.c | |
parent | 273767781288c35c9d679e908672b9996cda4c34 (diff) |
Merge with 2.3.10.
Diffstat (limited to 'drivers/net/lne390.c')
-rw-r--r-- | drivers/net/lne390.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/lne390.c b/drivers/net/lne390.c index 1fa60e04d..b61d45e67 100644 --- a/drivers/net/lne390.c +++ b/drivers/net/lne390.c @@ -100,7 +100,7 @@ static unsigned int shmem_mapB[] __initdata = {0xff, 0xfe, 0x0e, 0xfff, 0xffe, 0 * 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 @@ __initfunc(int lne390_probe(struct device *dev)) 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; |