From: Amitoj Kaur Chawla Date: Mon, 22 Feb 2016 08:44:04 +0000 (+0530) Subject: staging: rtl8188eu: os_dep: Remove header file X-Git-Tag: v4.14-rc1~3621^2~561 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a32ee8bbfa989a2f4f14d1a39e5c395039badaeb;p=platform%2Fkernel%2Flinux-rpi.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 aec20bb..5d6a1c9 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;