From: Fabio Aiuto Date: Fri, 30 Apr 2021 14:57:00 +0000 (+0200) Subject: staging: rtl8723bs: remove RT_DISP macro definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=603693d1cf878eb0b909c4af2897ac4e4aeb875c;p=linux.git staging: rtl8723bs: remove RT_DISP macro definition remove unused RT_DISP macro definition. Reviewed-by: Dan Carpenter Signed-off-by: Fabio Aiuto Link: https://lore.kernel.org/r/8983c3077979830aec02427ed895507213b38f95.1619794331.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/hal/odm_debug.h b/drivers/staging/rtl8723bs/hal/odm_debug.h index c6c62bed5f3cb..c7c7865dd7e2c 100644 --- a/drivers/staging/rtl8723bs/hal/odm_debug.h +++ b/drivers/staging/rtl8723bs/hal/odm_debug.h @@ -85,9 +85,6 @@ #define ODM_COMP_COMMON BIT30 #define ODM_COMP_INIT BIT31 -/*------------------------Export Marco Definition---------------------------*/ - #define RT_DISP(dbgtype, dbgflag, printstr) - void ODM_InitDebugSetting(struct dm_odm_t *pDM_Odm); #endif /* __ODM_DBG_H__ */