Skip to content

Commit

Permalink
[PATCH] USBATM: remove no-longer needed #include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Duncan Sands authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent fcf4830 commit a01c4ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/atm/xusbatm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a01c4ef

Please sign in to comment.