staging: rtl8188eu: remove an unused enum
authorMartin Kaiser <martin@kaiser.cx>
Sun, 25 Jul 2021 15:58:49 +0000 (17:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jul 2021 13:19:27 +0000 (15:19 +0200)
The hal_intf_ps_func enum is not used. Remove it.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210725155902.32433-5-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/hal_intf.h

index ad0a6bd5f510f4fbd3c90c49e3eec4e6a3afd165..8aa4ebd6440fba04ae4e1412b5ebf3b6f785eca6 100644 (file)
@@ -105,11 +105,6 @@ enum hal_odm_variable {
        HAL_ODM_WIFI_DISPLAY_STATE,
 };
 
-enum hal_intf_ps_func {
-       HAL_USB_SELECT_SUSPEND,
-       HAL_MAX_ID,
-};
-
 enum rt_eeprom_type {
        EEPROM_93C46,
        EEPROM_93C56,