diff options
author | Ivan Safonov <insafonov@gmail.com> | 2016-08-24 15:22:24 +0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-01 18:01:41 +0200 |
commit | 7326be59671d9c62513d56a9daf031a482eeb531 (patch) | |
tree | 86570e67f060616cc52b0530eded63f53bcd3bb4 /drivers/staging/rtl8188eu | |
parent | 8204ba143f3d28e22a548881b0edb0e78aac1f8d (diff) |
staging:r8188eu: remove unnecessary include from include/rtw_ht.h
osdep_service.h does not required in include/rtw_ht.h.
Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r-- | drivers/staging/rtl8188eu/include/rtw_ht.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_ht.h b/drivers/staging/rtl8188eu/include/rtw_ht.h index 0ee11ef09bcf..d842eade7f57 100644 --- a/drivers/staging/rtl8188eu/include/rtw_ht.h +++ b/drivers/staging/rtl8188eu/include/rtw_ht.h @@ -16,7 +16,6 @@ #define _RTW_HT_H_ #include <linux/ieee80211.h> -#include <osdep_service.h> struct ht_priv { u32 ht_option; |