From: Duncan Sands Date: Fri, 28 Apr 2006 16:58:57 +0000 (+0200) Subject: [PATCH] USBATM: remove no-longer needed #include X-Git-Tag: v2.6.18-rc1~858^2~96 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a01c4ef1cc9622fcce5c10ddb8e9e7f76206959e;p=karo-tx-linux.git [PATCH] USBATM: remove no-longer needed #include 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 --- 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 -#include /* FIXME: required by linux/etherdevice.h */ #include /* for random_ether_addr() */ #include "usbatm.h"