diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-08-28 01:55:02 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-28 18:17:35 -0400 |
commit | 6554f313d105097aca9ce3d0b6df96d426226e2c (patch) | |
tree | c78a7c6b6153c598b2be9a330581eeb61f995e1b | |
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>
-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 @@ | |||
29 | #include <rtw_ioctl.h> | 29 | #include <rtw_ioctl.h> |
30 | #include <rtw_ioctl_set.h> | 30 | #include <rtw_ioctl_set.h> |
31 | #include <rtw_mp_ioctl.h> | 31 | #include <rtw_mp_ioctl.h> |
32 | #include <rtw_mp_ioctl.h> | ||
33 | #include <usb_ops.h> | 32 | #include <usb_ops.h> |
34 | #include <rtw_version.h> | 33 | #include <rtw_version.h> |
35 | #include <rtl8188e_hal.h> | 34 | #include <rtl8188e_hal.h> |
36 | 35 | ||
37 | #include <rtw_mp.h> | 36 | #include <rtw_mp.h> |
38 | #include <rtl8188e_hal.h> | ||
39 | #include <rtw_iol.h> | 37 | #include <rtw_iol.h> |
40 | 38 | ||
41 | #define RTL_IOCTL_WPA_SUPPLICANT (SIOCIWFIRSTPRIV + 30) | 39 | #define RTL_IOCTL_WPA_SUPPLICANT (SIOCIWFIRSTPRIV + 30) |