From: Jaswinder Singh Rajput Date: Fri, 14 Aug 2009 06:24:37 +0000 (+0530) Subject: Staging: otus: includecheck fix: drivers/staging/otus/usbdrv.h X-Git-Tag: 2.1b_release~11442^2~261 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f92a8d0b863619227a5865e58ca38f9a759a9a1;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git Staging: otus: includecheck fix: drivers/staging/otus/usbdrv.h fix the following 'make includecheck' warning: drivers/staging/otus/usbdrv.h: linux/usb.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/otus/usbdrv.h b/drivers/staging/otus/usbdrv.h index a11b3b3..7800406 100644 --- a/drivers/staging/otus/usbdrv.h +++ b/drivers/staging/otus/usbdrv.h @@ -61,10 +61,6 @@ #define USB_REG_IN_PIPE 3 #define USB_REG_OUT_PIPE 4 -#if (WLAN_HOSTIF == WLAN_USB) -#include -#endif - #ifdef ZM_HOSTAPD_SUPPORT #include "athr_common.h" #endif