diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-08-28 11:25:02 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-28 15:17:35 -0700 |
commit | 6554f313d105097aca9ce3d0b6df96d426226e2c (patch) | |
tree | c78a7c6b6153c598b2be9a330581eeb61f995e1b /drivers/staging | |
parent | 12b54e0f60f0a5b8e82810be309221c6bb4438ba (diff) |
staging: rtl8188eu: Remove duplicate header inclusion in ioctl_linux.c
Removed the header files included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c b/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c index d438256a205f..cd4100fb3645 100644 --- a/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c +++ b/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c @@ -29,13 +29,11 @@ #include <rtw_ioctl.h> #include <rtw_ioctl_set.h> #include <rtw_mp_ioctl.h> -#include <rtw_mp_ioctl.h> #include <usb_ops.h> #include <rtw_version.h> #include <rtl8188e_hal.h> #include <rtw_mp.h> -#include <rtl8188e_hal.h> #include <rtw_iol.h> #define RTL_IOCTL_WPA_SUPPLICANT (SIOCIWFIRSTPRIV + 30) |