diff options
Diffstat (limited to 'drivers/net/lance.c')
-rw-r--r-- | drivers/net/lance.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/lance.c b/drivers/net/lance.c index 6efbd499d752..a3843320dbe1 100644 --- a/drivers/net/lance.c +++ b/drivers/net/lance.c | |||
@@ -57,6 +57,7 @@ static const char version[] = "lance.c:v1.16 2006/11/09 dplatt@3do.com, becker@c | |||
57 | #include <linux/netdevice.h> | 57 | #include <linux/netdevice.h> |
58 | #include <linux/etherdevice.h> | 58 | #include <linux/etherdevice.h> |
59 | #include <linux/skbuff.h> | 59 | #include <linux/skbuff.h> |
60 | #include <linux/mm.h> | ||
60 | #include <linux/bitops.h> | 61 | #include <linux/bitops.h> |
61 | 62 | ||
62 | #include <asm/io.h> | 63 | #include <asm/io.h> |
@@ -367,7 +368,7 @@ static void cleanup_card(struct net_device *dev) | |||
367 | kfree(lp); | 368 | kfree(lp); |
368 | } | 369 | } |
369 | 370 | ||
370 | void cleanup_module(void) | 371 | void __exit cleanup_module(void) |
371 | { | 372 | { |
372 | int this_dev; | 373 | int this_dev; |
373 | 374 | ||