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

From: Nam Cao
Date: Sat Aug 20 2022 - 02:43:51 EST


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

Reported-by: kernel test robot <lkp@xxxxxxxxx>
Link: https://lore.kernel.org/linux-staging/202208200447.kdEhBy9a-lkp@xxxxxxxxx/
Signed-off-by: Nam Cao <namcaov@xxxxxxxxx>
---
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