From duncan.sands@math.u-psud.fr Fri Apr 28 09:59:04 2006 From: Duncan Sands To: Greg KH Subject: USBATM: remove no-longer needed #include Cc: linux-usb-devel@lists.sourceforge.net Content-Disposition: inline Date: Fri, 28 Apr 2006 18:58:57 +0200 Message-Id: <200604281858.57636.duncan.sands@math.u-psud.fr> We #include only because needed it, but didn't #include it itself. But that's been fixed now. Signed-off-by: Duncan Sands Signed-off-by: Greg Kroah-Hartman --- drivers/usb/atm/xusbatm.c | 1 - 1 file changed, 1 deletion(-) --- gregkh-2.6.orig/drivers/usb/atm/xusbatm.c +++ gregkh-2.6/drivers/usb/atm/xusbatm.c @@ -20,7 +20,6 @@ ******************************************************************************/ #include -#include /* FIXME: required by linux/etherdevice.h */ #include /* for random_ether_addr() */ #include "usbatm.h"