summaryrefslogtreecommitdiffstats
path: root/drivers/acorn
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-28 03:58:46 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-28 03:58:46 +0000
commitb63ad0882a16a5d28003e57f2b0b81dee3fb322b (patch)
tree0a343ce219e2b8b38a5d702d66032c57b83d9720 /drivers/acorn
parenta9d7bff9a84dba79609a0002e5321b74c4d64c64 (diff)
Merge with 2.4.0-test11.
Diffstat (limited to 'drivers/acorn')
-rw-r--r--drivers/acorn/net/etherh.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/acorn/net/etherh.c b/drivers/acorn/net/etherh.c
index bf84fca56..9c4505494 100644
--- a/drivers/acorn/net/etherh.c
+++ b/drivers/acorn/net/etherh.c
@@ -622,9 +622,6 @@ static int __init etherh_init(void)
{
int i, ret = -ENODEV;
- if (load_8390_module("etherh.c"))
- return -ENOSYS;
-
ecard_startfind();
for (i = 0; i < MAX_ECARDS; i++) {
@@ -644,9 +641,6 @@ static int __init etherh_init(void)
ret = 0;
}
- if (ret)
- unload_8390_module();
-
return ret;
}
@@ -667,7 +661,6 @@ static void __exit etherh_exit(void)
e_card[i] = NULL;
}
}
- unload_8390_module();
}
module_init(etherh_init);