Home
last modified time | relevance | path

Searched hist:"03334 ba8b425b2ad275c8f390cf83c7b081c3095" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dthermal_hwmon.hdiff 03334ba8b425b2ad275c8f390cf83c7b081c3095 Tue Jan 01 18:34:03 CST 2019 Eduardo Valentin <edubezval@gmail.com> thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not set

Avoid warnings like this:
thermal_hwmon.h:29:1: warning: ‘thermal_remove_hwmon_sysfs’ defined but not used [-Wunused-function]
thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz)

Fixes: 0dd88793aacd ("thermal: hwmon: move hwmon support to single file")
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>