From: Duncan Sands Date: Fri, 28 Apr 2006 16:58:57 +0000 (+0200) Subject: [PATCH] USBATM: remove no-longer needed #include X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a01c4ef1cc9622fcce5c10ddb8e9e7f76206959e;p=deliverable%2Flinux.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"