Remove the following unnecessary enum definitions in include/drv_types.h: enum _nic_version enum adapter_type Signed-off-by: Marco Cesati <marcocesati@xxxxxxxxx> --- drivers/staging/rtl8723bs/include/drv_types.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/drivers/staging/rtl8723bs/include/drv_types.h b/drivers/staging/rtl8723bs/include/drv_types.h index 1658450b386e..243db42b7716 100644 --- a/drivers/staging/rtl8723bs/include/drv_types.h +++ b/drivers/staging/rtl8723bs/include/drv_types.h @@ -24,15 +24,6 @@ #include <wifi.h> #include <ieee80211.h> -enum _nic_version { - - RTL8711_NIC, - RTL8712_NIC, - RTL8713_NIC, - RTL8716_NIC - -}; - #include <rtw_rf.h> #include <rtw_ht.h> @@ -353,12 +344,6 @@ enum _iface_type { MAX_IFACE_PORT, }; -enum adapter_type { - PRIMARY_ADAPTER, - SECONDARY_ADAPTER, - MAX_ADAPTER = 0xFF, -}; - enum driver_state { DRIVER_NORMAL = 0, DRIVER_DISAPPEAR = 1, -- 2.30.2