aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/thermal.h
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2020-12-10 13:15:14 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2021-01-07 17:48:56 +0100
commit04f111130e9afa41c10d7bcec14e00e3be8b6977 (patch)
treebea37dfed657b5ae0860856486460755f8929a09 /include/linux/thermal.h
parentthermal/drivers/acpi: Use hot and critical ops (diff)
downloadlinux-dev-04f111130e9afa41c10d7bcec14e00e3be8b6977.tar.xz
linux-dev-04f111130e9afa41c10d7bcec14e00e3be8b6977.zip
thermal/core: Remove notify ops
With the removal of the notifys user in a previous patches, the ops is no longer needed, remove it. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Reviewed-by: Lukasz Luba <lukasz.luba@arm.com> Link: https://lore.kernel.org/r/20201210121514.25760-5-daniel.lezcano@linaro.org
Diffstat (limited to 'include/linux/thermal.h')
-rw-r--r--include/linux/thermal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h
index 31b84404f047..c80032322158 100644
--- a/include/linux/thermal.h
+++ b/include/linux/thermal.h
@@ -77,8 +77,6 @@ struct thermal_zone_device_ops {
int (*set_emul_temp) (struct thermal_zone_device *, int);
int (*get_trend) (struct thermal_zone_device *, int,
enum thermal_trend *);
- int (*notify) (struct thermal_zone_device *, int,
- enum thermal_trip_type);
void (*hot)(struct thermal_zone_device *);
void (*critical)(struct thermal_zone_device *);
};