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 #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/9a2095cfd69647dd304eb9e059a6aa9aa00694e6.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
87c596b03b
commit
ad91b3d47b
@@ -112,11 +112,6 @@ extern u32 GLBtcDbgType[];
|
||||
#define CL_SPRINTF snprintf
|
||||
#define CL_PRINTF DCMD_Printf
|
||||
|
||||
/* The following is for dbgview print */
|
||||
#if DBG
|
||||
#else
|
||||
#endif
|
||||
|
||||
struct btc_board_info {
|
||||
/* The following is some board information */
|
||||
u8 btChipType;
|
||||
|
||||
Reference in New Issue
Block a user