diff options
author | Duncan Sands <duncan.sands@math.u-psud.fr> | 2006-04-28 18:58:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-21 15:04:09 -0700 |
commit | a01c4ef1cc9622fcce5c10ddb8e9e7f76206959e (patch) | |
tree | d818051ca720f30307f70c99055583ed3e697d61 /drivers/usb/atm/xusbatm.c | |
parent | fcf4830a525d37b9bd3ba60430b5729b8621062d (diff) | |
download | talos-obmc-linux-a01c4ef1cc9622fcce5c10ddb8e9e7f76206959e.tar.gz talos-obmc-linux-a01c4ef1cc9622fcce5c10ddb8e9e7f76206959e.zip |
[PATCH] USBATM: remove no-longer needed #include
We #include <linux/netdevice.h> only because <linux/etherdevice.h>
needed it, but didn't #include it itself. But that's been fixed now.
Signed-off-by: Duncan Sands <baldrick@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/atm/xusbatm.c')
-rw-r--r-- | drivers/usb/atm/xusbatm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/atm/xusbatm.c b/drivers/usb/atm/xusbatm.c index 42d6823b82b3..70125c6d3be4 100644 --- a/drivers/usb/atm/xusbatm.c +++ b/drivers/usb/atm/xusbatm.c @@ -20,7 +20,6 @@ ******************************************************************************/ #include <linux/module.h> -#include <linux/netdevice.h> /* FIXME: required by linux/etherdevice.h */ #include <linux/etherdevice.h> /* for random_ether_addr() */ #include "usbatm.h" |