Skip to content

Commit b3a7ab2

Browse files
bulwahngroeck
authored andcommitted
hwmon: remove amd_energy driver in Makefile
Commit 9049572 ("hwmon: Remove amd_energy driver") removes the driver, but misses to adjust the Makefile. Hence, ./scripts/checkkconfigsymbols.py warns: SENSORS_AMD_ENERGY Referencing files: drivers/hwmon/Makefile Remove the missing piece of this driver removal. Fixes: 9049572 ("hwmon: Remove amd_energy driver") Signed-off-by: Lukas Bulwahn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent 8713b4a commit b3a7ab2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hwmon/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ obj-$(CONFIG_SENSORS_ADT7462) += adt7462.o
4545
obj-$(CONFIG_SENSORS_ADT7470) += adt7470.o
4646
obj-$(CONFIG_SENSORS_ADT7475) += adt7475.o
4747
obj-$(CONFIG_SENSORS_AHT10) += aht10.o
48-
obj-$(CONFIG_SENSORS_AMD_ENERGY) += amd_energy.o
4948
obj-$(CONFIG_SENSORS_APPLESMC) += applesmc.o
5049
obj-$(CONFIG_SENSORS_ARM_SCMI) += scmi-hwmon.o
5150
obj-$(CONFIG_SENSORS_ARM_SCPI) += scpi-hwmon.o

0 commit comments

Comments
 (0)