diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-02-27 13:54:31 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-27 15:53:03 +0100 |
commit | 79e246fd2f378c7197314521f7ae3297ee6ceeb8 (patch) | |
tree | 57dc910fd0015f04bec7a27acd58737b52265d7d /drivers/staging/rtl8723bs/include | |
parent | 73ad3e241dfafa13d1a78f245faba39e8b927c8b (diff) |
staging: rtl8723bs: Remove duplicated include from drv_types.h
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs/include')
-rw-r--r-- | drivers/staging/rtl8723bs/include/drv_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/drv_types.h b/drivers/staging/rtl8723bs/include/drv_types.h index 062fda9962be..bafb2c30e7fb 100644 --- a/drivers/staging/rtl8723bs/include/drv_types.h +++ b/drivers/staging/rtl8723bs/include/drv_types.h @@ -65,7 +65,6 @@ enum _NIC_VERSION { #include <rtw_event.h> #include <rtw_mlme_ext.h> #include <rtw_ap.h> -#include <rtw_efuse.h> #include <rtw_version.h> #include <rtw_odm.h> |