diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-08-08 23:05:25 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-13 00:54:57 -0400 |
commit | bdf50d7346588b22fd66367ae2890e2cbf574172 (patch) | |
tree | 02ff2f4405a85da65528545da751b33be742ca88 /drivers/net/pcmcia | |
parent | ab4c0c77b566bbac25e28c7ae487dc02bdd8f343 (diff) |
net: pcmcia/axnet_cs: includecheck fix axnet_cs.c
fix the following 'make includecheck' warning:
drivers/net/pcmcia/axnet_cs.c: linux/etherdevice.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pcmcia')
-rw-r--r-- | drivers/net/pcmcia/axnet_cs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/pcmcia/axnet_cs.c b/drivers/net/pcmcia/axnet_cs.c index b5cfac7c5179..1e87d634d7bc 100644 --- a/drivers/net/pcmcia/axnet_cs.c +++ b/drivers/net/pcmcia/axnet_cs.c | |||
@@ -893,8 +893,6 @@ static const char version_8390[] = KERN_INFO \ | |||
893 | #include <linux/in.h> | 893 | #include <linux/in.h> |
894 | #include <linux/interrupt.h> | 894 | #include <linux/interrupt.h> |
895 | 895 | ||
896 | #include <linux/etherdevice.h> | ||
897 | |||
898 | #define BUG_83C690 | 896 | #define BUG_83C690 |
899 | 897 | ||
900 | /* These are the operational function interfaces to board-specific | 898 | /* These are the operational function interfaces to board-specific |