summaryrefslogtreecommitdiffstats
path: root/include/linux/thermal.h
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-10-03 15:25:33 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-10-05 13:32:55 +0200
commit4963e34ce7b95237021575d208fa576f88697839 (patch)
tree8828c89ef593642c86aefc928575a53ebeeee3fa /include/linux/thermal.h
parentb251ab28caeb5a4a63d832dcd53d29ad2dd5318f (diff)
downloadlinux-4963e34ce7b95237021575d208fa576f88697839.tar.gz
linux-4963e34ce7b95237021575d208fa576f88697839.tar.bz2
linux-4963e34ce7b95237021575d208fa576f88697839.zip
thermal: core: Drop thermal_zone_device_exec()
Because thermal_zone_device_exec() has no users any more and there are no plans to use it anywhere, revert commit 9a99a996d1ec ("thermal: core: Introduce thermal_zone_device_exec()") that introduced it. No functional impact. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'include/linux/thermal.h')
-rw-r--r--include/linux/thermal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h
index 2bab72149bbf..c8600e313909 100644
--- a/include/linux/thermal.h
+++ b/include/linux/thermal.h
@@ -339,10 +339,6 @@ int thermal_zone_unbind_cooling_device(struct thermal_zone_device *, int,
struct thermal_cooling_device *);
void thermal_zone_device_update(struct thermal_zone_device *,
enum thermal_notify_event);
-void thermal_zone_device_exec(struct thermal_zone_device *tz,
- void (*cb)(struct thermal_zone_device *,
- unsigned long),
- unsigned long data);
struct thermal_cooling_device *thermal_cooling_device_register(const char *,
void *, const struct thermal_cooling_device_ops *);