Commit bdf50d73 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput Committed by David S. Miller

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: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ab4c0c77
...@@ -893,8 +893,6 @@ static const char version_8390[] = KERN_INFO \ ...@@ -893,8 +893,6 @@ static const char version_8390[] = KERN_INFO \
#include <linux/in.h> #include <linux/in.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/etherdevice.h>
#define BUG_83C690 #define BUG_83C690
/* These are the operational function interfaces to board-specific /* These are the operational function interfaces to board-specific
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment