From: Michael Straube Date: Mon, 6 Sep 2021 19:01:55 +0000 (+0200) Subject: staging: r8188eu: remove unused enum hal_intf_ps_func X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=14e53524cb0852eb7e65f0f2e342eaae0a00ee87;p=linux.git staging: r8188eu: remove unused enum hal_intf_ps_func HAL_USB_SELECT_SUSPEND and HAL_MAX_ID are both unused, so enum hal_intf_ps_func can be removed. Signed-off-by: Michael Straube Link: https://lore.kernel.org/r/20210906190223.11396-13-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/hal_intf.h b/drivers/staging/r8188eu/include/hal_intf.h index eab0b8576c928..3bf0d18e2ba84 100644 --- a/drivers/staging/r8188eu/include/hal_intf.h +++ b/drivers/staging/r8188eu/include/hal_intf.h @@ -121,11 +121,6 @@ enum hal_odm_variable { HAL_ODM_WIFI_DISPLAY_STATE, }; -enum hal_intf_ps_func { - HAL_USB_SELECT_SUSPEND, - HAL_MAX_ID, -}; - typedef s32 (*c2h_id_filter)(u8 id); struct hal_ops {