]> git.ipfire.org Git - thirdparty/linux.git/commit
thermal: core: Drop the .set_trip_hyst() thermal zone operation
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 22 Feb 2024 17:32:03 +0000 (18:32 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Feb 2024 11:04:01 +0000 (12:04 +0100)
commit46f5bef8ec2e1e05ad2fda0bcf5ac32e191ec694
treeaec853ab76f9e206e3fac5ec743a9aca9869b00e
parent5340f7647294fa8ff8cf5a1bee326b2bd8340e27
thermal: core: Drop the .set_trip_hyst() thermal zone operation

None of the users of the thermal core provides a .set_trip_hyst()
thermal zone operation, so drop that callback from struct
thermal_zone_device_ops and update trip_point_hyst_store()
accordingly.

No functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/thermal_sysfs.c
include/linux/thermal.h