dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Duncan Sands 2006-04-28 18:58:57 +02:00 committed by Greg Kroah-Hartman
parent fcf4830a52
commit a01c4ef1cc
1 changed files with 0 additions and 1 deletions

View File

@ -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"