[PATCH v2 0/2] hwmon: (core) Avoid ifdef CONFIG_THERMAL in C source file

Thomas Weißschuh posted 2 patches 6 days, 18 hours ago
There is a newer version of this series
drivers/hwmon/hwmon.c   | 21 ++++++---------------
include/linux/thermal.h |  4 ++++
2 files changed, 10 insertions(+), 15 deletions(-)
[PATCH v2 0/2] hwmon: (core) Avoid ifdef CONFIG_THERMAL in C source file
Posted by Thomas Weißschuh 6 days, 18 hours ago
Replace some confusing ifdeffery with IS_ENABLED() conditionals.
The ifdefs confused me while looking at the implementation of
HWMON_C_REGISTER_TZ.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Changes in v2:
- Add stub for thermal_zone_device_update()
- Link to v1: https://lore.kernel.org/r/20241113-hwmon-thermal-v1-1-71270be7f7a2@weissschuh.net

---
Thomas Weißschuh (2):
      thermal: core: Add stub for thermal_zone_device_update()
      hwmon: (core) Avoid ifdef CONFIG_THERMAL in C source file

 drivers/hwmon/hwmon.c   | 21 ++++++---------------
 include/linux/thermal.h |  4 ++++
 2 files changed, 10 insertions(+), 15 deletions(-)
---
base-commit: cfaaa7d010d1fc58f9717fcc8591201e741d2d49
change-id: 20241113-hwmon-thermal-2d2da581c276

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>