thermal: netlink: Drop thermal_notify_tz_trip_add/delete()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 15 Dec 2023 19:59:08 +0000 (20:59 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 9 Jan 2024 12:32:00 +0000 (13:32 +0100)
commit4ae535f37d0e3c5731f90c385e883c0bada59fc9
tree5ec4f457b9b44516300bcb32958282996a737c87
parentf52557edf0648b471e2006f9377ea0ba4f73f9b2
thermal: netlink: Drop thermal_notify_tz_trip_add/delete()

Because thermal_notify_tz_trip_add/delete() are never used, drop them
entirely along with the related code.

The addition or removal of trip points is not supported by the thermal
core and is unlikely to be supported in the future, so it is also
unlikely that these functions will ever be needed.

No intentional functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/thermal_netlink.c
drivers/thermal/thermal_netlink.h