diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-04-02 16:27:47 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-04-14 11:41:12 +0200 |
commit | 0145f67866b71e8c1da3c1d9412623db7ba8a0c8 (patch) | |
tree | d361a5b2a68c87b97ab34a40c3885f876ae4b631 /include/linux/thermal.h | |
parent | 708418500644c248d6f266e4df0bf43ce53bf746 (diff) | |
download | linux-0145f67866b71e8c1da3c1d9412623db7ba8a0c8.tar.gz linux-0145f67866b71e8c1da3c1d9412623db7ba8a0c8.tar.bz2 linux-0145f67866b71e8c1da3c1d9412623db7ba8a0c8.zip |
thermal: Remove thermal_zone_device_update() stub
All users of the function depends on THERMAL, no stub is
needed. Remove it.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Link: https://lore.kernel.org/r/20200402142747.8307-9-daniel.lezcano@linaro.org
Diffstat (limited to 'include/linux/thermal.h')
-rw-r--r-- | include/linux/thermal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index 7b3dbfe15b59..216185bb3014 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -426,9 +426,6 @@ static inline struct thermal_zone_device *thermal_zone_device_register( static inline void thermal_zone_device_unregister( struct thermal_zone_device *tz) { } -static inline void thermal_zone_device_update(struct thermal_zone_device *tz, - enum thermal_notify_event event) -{ } static inline struct thermal_cooling_device * thermal_cooling_device_register(char *type, void *devdata, const struct thermal_cooling_device_ops *ops) |