Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Duncan Sands and committed by
Greg Kroah-Hartman
a01c4ef1 fcf4830a

-1
-1
drivers/usb/atm/xusbatm.c
··· 20 20 ******************************************************************************/ 21 21 22 22 #include <linux/module.h> 23 - #include <linux/netdevice.h> /* FIXME: required by linux/etherdevice.h */ 24 23 #include <linux/etherdevice.h> /* for random_ether_addr() */ 25 24 26 25 #include "usbatm.h"