diff options
author | Fabio Aiuto <fabioaiuto83@gmail.com> | 2021-06-15 13:45:31 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-15 15:24:23 +0200 |
commit | a22bda6df28ce1fd197598a9e2613c7693dc5df1 (patch) | |
tree | b2d40fa4465b4b48ebfa26cc2cfefe07f79af70e /drivers/staging/rtl8723bs | |
parent | d3cfc3dd40b4bb2e44ca3dbce35e813608b1b601 (diff) | |
download | lwn-a22bda6df28ce1fd197598a9e2613c7693dc5df1.tar.gz lwn-a22bda6df28ce1fd197598a9e2613c7693dc5df1.zip |
staging: rtl8723bs: remove unused debug macro
remove unused debug macro definition in
include/autoconf.h
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/4d1e9ad759fc4b66fa3309637b3b4c8eb81d2ea9.1623756906.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs')
-rw-r--r-- | drivers/staging/rtl8723bs/include/autoconf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/rtl8723bs/include/autoconf.h b/drivers/staging/rtl8723bs/include/autoconf.h index 944a7d2a1e53..aeb9479d1327 100644 --- a/drivers/staging/rtl8723bs/include/autoconf.h +++ b/drivers/staging/rtl8723bs/include/autoconf.h @@ -40,11 +40,5 @@ */ #define WAKEUP_GPIO_IDX 12 /* WIFI Chip Side */ -/* - * Debug Related Config - */ - -#define DBG 0 /* for ODM & BTCOEX debug */ - /* define DBG_XMIT_BUF */ /* define DBG_XMIT_BUF_EXT */ |