From: Amitoj Kaur Chawla Date: Mon, 22 Feb 2016 08:44:04 +0000 (+0530) Subject: staging: rtl8188eu: os_dep: Remove header file X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a32ee8bbfa989a2f4f14d1a39e5c395039badaeb;p=linux-beck.git staging: rtl8188eu: os_dep: Remove header file Remove duplicate include file. Found using includecheck. Signed-off-by: Amitoj Kaur Chawla Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c b/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c index aec20bb28ca0..5d6a1c953bca 100644 --- a/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c +++ b/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c @@ -3095,7 +3095,6 @@ struct iw_handler_def rtw_handlers_def = { .get_wireless_stats = rtw_get_wireless_stats, }; -#include int rtw_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) { struct iwreq *wrq = (struct iwreq *)rq;