The staging/rtl8723bs driver includes 83 struct definifions that are never referenced in the code. This patchset removes all of them. [PATCH 01/19] Staging: rtl8723bs: remove useless structs in rtw_mlme.h [PATCH 02/19] Staging: rtl8723bs: remove useless structs in rtw_cmd.h [PATCH 03/19] Staging: rtl8723bs: remove useless structs in rtw_recv.h [PATCH 04/19] Staging: rtl8723bs: remove useless structs in drv_types.h [PATCH 05/19] Staging: rtl8723bs: remove useless structs in rtw_ioctl_set.h [PATCH 06/19] Staging: rtl8723bs: remove useless structs in wlan_bssdef.h [PATCH 07/19] Staging: rtl8723bs: remove useless structs in rtw_mp.h [PATCH 08/19] Staging: rtl8723bs: remove useless structs in hal_intf.h [PATCH 09/19] Staging: rtl8723bs: remove useless structs in rtw_event.h [PATCH 10/19] Staging: rtl8723bs: remove useless structs in rtl8723b_recv.h [PATCH 11/19] Staging: rtl8723bs: remove useless structs in rtw_security.h [PATCH 12/19] Staging: rtl8723bs: remove useless structs in rtw_wifi_regd.h [PATCH 13/19] Staging: rtl8723bs: remove useless structs in rtw_io.h [PATCH 14/19] Staging: rtl8723bs: remove useless structs in wifi.h [PATCH 15/19] Staging: rtl8723bs: remove useless structs in hal_phy.h [PATCH 16/19] Staging: rtl8723bs: remove useless structs in rtw_xmit.h [PATCH 17/19] Staging: rtl8723bs: remove useless structs in ieee80211.h [PATCH 18/19] Staging: rtl8723bs: remove useless structs in odm_HWConfig.h [PATCH 19/19] Staging: rtl8723bs: remove useless structs in odm.h drivers/staging/rtl8723bs/hal/odm.h | 61 ----- drivers/staging/rtl8723bs/hal/odm_HWConfig.h | 45 ---- drivers/staging/rtl8723bs/include/drv_types.h | 9 - drivers/staging/rtl8723bs/include/hal_intf.h | 8 - drivers/staging/rtl8723bs/include/hal_phy.h | 24 -- drivers/staging/rtl8723bs/include/ieee80211.h | 94 ------- .../staging/rtl8723bs/include/rtl8723b_recv.h | 44 ---- drivers/staging/rtl8723bs/include/rtw_cmd.h | 231 ------------------ drivers/staging/rtl8723bs/include/rtw_event.h | 11 - drivers/staging/rtl8723bs/include/rtw_io.h | 111 --------- .../staging/rtl8723bs/include/rtw_ioctl_set.h | 6 - drivers/staging/rtl8723bs/include/rtw_mlme.h | 38 --- drivers/staging/rtl8723bs/include/rtw_mp.h | 17 -- drivers/staging/rtl8723bs/include/rtw_recv.h | 7 - .../staging/rtl8723bs/include/rtw_security.h | 6 - .../staging/rtl8723bs/include/rtw_wifi_regd.h | 5 - drivers/staging/rtl8723bs/include/rtw_xmit.h | 5 - drivers/staging/rtl8723bs/include/wifi.h | 15 -- .../staging/rtl8723bs/include/wlan_bssdef.h | 26 -- 19 files changed, 763 deletions(-) -- 2.30.2