aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Aiuto <[email protected]>2021-04-24 11:02:28 +0200
committerGreg Kroah-Hartman <[email protected]>2021-05-10 11:19:32 +0200
commitc9727c55874f1e8caafdbe0c261a22ae69b76019 (patch)
tree835cf004a22dff155c33723da4f8f21083679438
parent7d8fff53cd7a46d1aaaa3f88efaa93851a8cbcb7 (diff)
staging: rtl8723bs: remove commented out macro definition
remove commented out debug macro definition. Signed-off-by: Fabio Aiuto <[email protected]> Link: https://lore.kernel.org/r/2b56922e8e4c5fde6e594a9bbeb888bf7717015d.1619254603.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/rtl8723bs/include/rtw_debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/rtw_debug.h b/drivers/staging/rtl8723bs/include/rtw_debug.h
index 1a52200e525c..cde4b1d6a4b7 100644
--- a/drivers/staging/rtl8723bs/include/rtw_debug.h
+++ b/drivers/staging/rtl8723bs/include/rtw_debug.h
@@ -7,7 +7,6 @@
#ifndef __RTW_DEBUG_H__
#define __RTW_DEBUG_H__
-/* define _module_efuse_ BIT(27) */
#define _module_rtl8192c_xmit_c_ BIT(28)
#define _module_hal_xmit_c_ BIT(28)
#define _module_efuse_ BIT(29)