From: Michael Straube Date: Tue, 28 Dec 2021 10:11:13 +0000 (+0100) Subject: staging: r8188eu: remove unused enum odm_h2c_cmd X-Git-Tag: v6.1-rc5~2247^2~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b01b5c10218e6a635ebdee42d84b4daea5611311;p=platform%2Fkernel%2Flinux-starfive.git staging: r8188eu: remove unused enum odm_h2c_cmd The enum odm_h2c_cmd is not used in this driver. Remove it. Signed-off-by: Michael Straube Link: https://lore.kernel.org/r/20211228101120.9120-4-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/odm_interface.h b/drivers/staging/r8188eu/include/odm_interface.h index 64c29c1..e27ba77 100644 --- a/drivers/staging/r8188eu/include/odm_interface.h +++ b/drivers/staging/r8188eu/include/odm_interface.h @@ -4,13 +4,6 @@ #ifndef __ODM_INTERFACE_H__ #define __ODM_INTERFACE_H__ -enum odm_h2c_cmd { - ODM_H2C_RSSI_REPORT = 0, - ODM_H2C_PSD_RESULT= 1, - ODM_H2C_PathDiv = 2, - ODM_MAX_H2CCMD -}; - /* 2012/02/17 MH For non-MP compile pass only. Linux does not support workitem. */ /* Suggest HW team to use thread instead of workitem. Windows also support the feature. */ typedef void (*RT_WORKITEM_CALL_BACK)(void *pContext);