2022-08-20 06:56:31

by Nam Cao

[permalink] [raw]
Subject: [PATCH v2 3/4] staging: rtl8723bs: remove odm_NoiseMonitor.o from Makefile

This is preparation to delete odm_NoiseMonitor.c and
odm_NoiseMonitor.h because these files are useless.

Reported-by: kernel test robot <[email protected]>
Link: https://lore.kernel.org/linux-staging/[email protected]/
Signed-off-by: Nam Cao <[email protected]>
---
drivers/staging/rtl8723bs/Makefile | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/Makefile b/drivers/staging/rtl8723bs/Makefile
index 159ca1b9016b..bc7ff1dd14f9 100644
--- a/drivers/staging/rtl8723bs/Makefile
+++ b/drivers/staging/rtl8723bs/Makefile
@@ -33,7 +33,6 @@ r8723bs-y = \
hal/odm_DynamicTxPower.o \
hal/odm_EdcaTurboCheck.o \
hal/odm_HWConfig.o \
- hal/odm_NoiseMonitor.o \
hal/odm_RegConfig8723B.o \
hal/rtl8723b_cmd.o \
hal/rtl8723b_dm.o \
--
2.25.1