From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx>
Commit e15658676405 ("hwmon/misc: amd-sbi: Move core sbrmi from hwmon to
misc") removes the config SENSORS_SBRMI, but misses the reference to that
config in the Makefile.
Clean up that obsolete line in the Makefile.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx>
---
drivers/hwmon/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index 48e5866c0c9a..726ffd9f6a1b 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -196,7 +196,6 @@ obj-$(CONFIG_SENSORS_PWM_FAN) += pwm-fan.o
obj-$(CONFIG_SENSORS_QNAP_MCU_HWMON) += qnap-mcu-hwmon.o
obj-$(CONFIG_SENSORS_RASPBERRYPI_HWMON) += raspberrypi-hwmon.o
obj-$(CONFIG_SENSORS_SBTSI) += sbtsi_temp.o
-obj-$(CONFIG_SENSORS_SBRMI) += sbrmi.o
obj-$(CONFIG_SENSORS_SCH56XX_COMMON)+= sch56xx-common.o
obj-$(CONFIG_SENSORS_SCH5627) += sch5627.o
obj-$(CONFIG_SENSORS_SCH5636) += sch5636.o