From: Phillip Potter Date: Sat, 31 Jul 2021 00:39:25 +0000 (+0100) Subject: staging: r8188eu: remove ODM_dbg_* macro definitions X-Git-Tag: microblaze-v5.16~155^2~302 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=6a6580673e0b65c45b1bf1e0c866be5de998e1dc;p=linux-2.6-microblaze.git staging: r8188eu: remove ODM_dbg_* macro definitions Remove ODM_dbg_* macro definitions from include/odm_debug.h, as they are called from nowhere and are therefore superfluous. Signed-off-by: Phillip Potter Link: https://lore.kernel.org/r/20210731003937.68615-3-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/odm_debug.h b/drivers/staging/r8188eu/include/odm_debug.h index 53ab6debb6f3..73fdea598707 100644 --- a/drivers/staging/r8188eu/include/odm_debug.h +++ b/drivers/staging/r8188eu/include/odm_debug.h @@ -104,9 +104,6 @@ RT_PRINTK fmt; \ ASSERT(false); \ } -#define ODM_dbg_enter() { DbgPrint("==> %s\n", __func__); } -#define ODM_dbg_exit() { DbgPrint("<== %s\n", __func__); } -#define ODM_dbg_trace(str) { DbgPrint("%s:%s\n", __func__, str); } void ODM_InitDebugSetting(struct odm_dm_struct *pDM_Odm);