diff options
Diffstat (limited to 'drivers/net/ne.c')
| -rw-r--r-- | drivers/net/ne.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/net/ne.c b/drivers/net/ne.c index 0de8fdd2aa86..94f782d51f0f 100644 --- a/drivers/net/ne.c +++ b/drivers/net/ne.c | |||
| @@ -212,15 +212,6 @@ static int __init do_ne_probe(struct net_device *dev) | |||
| 212 | return -ENODEV; | 212 | return -ENODEV; |
| 213 | } | 213 | } |
| 214 | 214 | ||
| 215 | static void cleanup_card(struct net_device *dev) | ||
| 216 | { | ||
| 217 | struct pnp_dev *idev = (struct pnp_dev *)ei_status.priv; | ||
| 218 | if (idev) | ||
| 219 | pnp_device_detach(idev); | ||
| 220 | free_irq(dev->irq, dev); | ||
| 221 | release_region(dev->base_addr, NE_IO_EXTENT); | ||
| 222 | } | ||
| 223 | |||
| 224 | #ifndef MODULE | 215 | #ifndef MODULE |
| 225 | struct net_device * __init ne_probe(int unit) | 216 | struct net_device * __init ne_probe(int unit) |
| 226 | { | 217 | { |
| @@ -859,6 +850,15 @@ int init_module(void) | |||
| 859 | return -ENODEV; | 850 | return -ENODEV; |
| 860 | } | 851 | } |
| 861 | 852 | ||
| 853 | static void cleanup_card(struct net_device *dev) | ||
| 854 | { | ||
| 855 | struct pnp_dev *idev = (struct pnp_dev *)ei_status.priv; | ||
| 856 | if (idev) | ||
| 857 | pnp_device_detach(idev); | ||
| 858 | free_irq(dev->irq, dev); | ||
| 859 | release_region(dev->base_addr, NE_IO_EXTENT); | ||
| 860 | } | ||
| 861 | |||
| 862 | void cleanup_module(void) | 862 | void cleanup_module(void) |
| 863 | { | 863 | { |
| 864 | int this_dev; | 864 | int this_dev; |
