From: Fabio Aiuto Date: Fri, 30 Apr 2021 14:56:39 +0000 (+0200) Subject: staging: rtl8723bs: remove empty #ifndef block X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=22a555bb47ba458e57c150c9e483e10b4b11e63b;p=linux.git staging: rtl8723bs: remove empty #ifndef block remove empty ifndef block. Reviewed-by: Dan Carpenter Signed-off-by: Fabio Aiuto Link: https://lore.kernel.org/r/2caae2efcfbe74cafe6aa000ca7b330cc371dca2.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 78b9b4548dcbb..3faf4da42bd78 100644 --- a/drivers/staging/rtl8723bs/hal/odm_debug.h +++ b/drivers/staging/rtl8723bs/hal/odm_debug.h @@ -91,9 +91,6 @@ DbgPrint("%s(): " fmt, __func__, ## args) #define RT_DISP(dbgtype, dbgflag, printstr) -#ifndef ASSERT -#endif - void ODM_InitDebugSetting(struct dm_odm_t *pDM_Odm); #endif /* __ODM_DBG_H__ */