staging: rtl8723bs: remove empty ifdef block

remove empty ifdef block

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/e30ccbe6cf20069e1a24a7a150d0b6241a7b57f8.1619794331.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Fabio Aiuto 2021-04-30 16:56:37 +02:00 committed by Greg Kroah-Hartman
parent a8a21160c2
commit 2a96647024

View File

@ -95,10 +95,6 @@
#define ASSERT(expr)
#endif
#if DBG
#else
#endif
void ODM_InitDebugSetting(struct dm_odm_t *pDM_Odm);
#endif /* __ODM_DBG_H__ */