OSDN Git Service

thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not set
authorEduardo Valentin <edubezval@gmail.com>
Wed, 2 Jan 2019 00:34:03 +0000 (00:34 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Feb 2019 09:13:14 +0000 (10:13 +0100)
commit93af75d0aba032fd8407be632c8f2f8657829a10
treef432a1219aff164cd1fae5ca1ceae2457e816c77
parent9a376109f0c3b78d56adeb2134d4f2cb2a765ce9
thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not set

commit 03334ba8b425b2ad275c8f390cf83c7b081c3095 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/thermal/thermal_hwmon.h