diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-05-31 20:46:30 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-05-31 20:46:30 +0000 |
commit | 7e8d2a85a50bb096a2052c749d8fdcee61c69e93 (patch) | |
tree | b31845090c57700033b88b892846f5ff190ed38c /drivers | |
parent | 894e6735c7ee20d0de3f405e69cdb4969c06d98c (diff) |
Fix stupid compilation bug.
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ioc3-eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ioc3-eth.c b/drivers/net/ioc3-eth.c index a02875733..dd6552af0 100644 --- a/drivers/net/ioc3-eth.c +++ b/drivers/net/ioc3-eth.c @@ -793,7 +793,7 @@ static int __init ioc3_probe(void) return cards ? -ENODEV : 0; } -static void __exit ioc3_probe(void) +static void __exit ioc3_cleanup_module(void) { /* Later, when we really support modules. */ } |