mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 09:51:21 -04:00
staging: rtl8723bs: remove empty #ifndef block
remove empty ifndef block. Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com> Link: https://lore.kernel.org/r/2caae2efcfbe74cafe6aa000ca7b330cc371dca2.1619794331.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ae5351da40
commit
22a555bb47
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user