ACPI: thermal: Drop unnecessary thermal zone callbacks
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Aug 2023 18:18:49 +0000 (20:18 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 17 Aug 2023 09:25:22 +0000 (11:25 +0200)
commit2a74c4aca1d70c4ec8104997470fda2fed5de322
tree14173d796afbf9be19a276597acd0ea817be1aa8
parent9caaad2ca02cb31fc235249f971cabdf8e11e28d
ACPI: thermal: Drop unnecessary thermal zone callbacks

Drop the .get_trip_type(), .get_trip_temp() and .get_crit_temp() thermal
zone callbacks that are not necessary any more from the ACPI thermal
driver along with the corresponding callback functions.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/thermal.c