From c51a9ea6b4d00fbd212a96391ca494fb6c926e38 Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Sun, 25 Jul 2021 17:58:49 +0200 Subject: [PATCH] staging: rtl8188eu: remove an unused enum The hal_intf_ps_func enum is not used. Remove it. Signed-off-by: Martin Kaiser Link: https://lore.kernel.org/r/20210725155902.32433-5-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8188eu/include/hal_intf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/hal_intf.h b/drivers/staging/rtl8188eu/include/hal_intf.h index ad0a6bd5f510..8aa4ebd6440f 100644 --- a/drivers/staging/rtl8188eu/include/hal_intf.h +++ b/drivers/staging/rtl8188eu/include/hal_intf.h @@ -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, -- 2.25.1