diff mbox series

[09/11] thermal: Remove stubs for thermal_zone_[un]bind_cooling_device

Message ID 20191012065255.23249-9-daniel.lezcano@linaro.org
State Accepted
Commit 708418500644c248d6f266e4df0bf43ce53bf746
Headers show
Series [01/11] thermal: Move default governor config option to the internal header | expand

Commit Message

Daniel Lezcano Oct. 12, 2019, 6:52 a.m. UTC
All callers of the functions depends on THERMAL, it is pointless to
define stubs. Remove them.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

---
 include/linux/thermal.h | 10 ----------
 1 file changed, 10 deletions(-)

-- 
2.17.1
diff mbox series

Patch

diff --git a/include/linux/thermal.h b/include/linux/thermal.h
index d77baa523093..ae72fe771e07 100644
--- a/include/linux/thermal.h
+++ b/include/linux/thermal.h
@@ -427,16 +427,6 @@  static inline struct thermal_zone_device *thermal_zone_device_register(
 static inline void thermal_zone_device_unregister(
 	struct thermal_zone_device *tz)
 { }
-static inline int thermal_zone_bind_cooling_device(
-	struct thermal_zone_device *tz, int trip,
-	struct thermal_cooling_device *cdev,
-	unsigned long upper, unsigned long lower,
-	unsigned int weight)
-{ return -ENODEV; }
-static inline int thermal_zone_unbind_cooling_device(
-	struct thermal_zone_device *tz, int trip,
-	struct thermal_cooling_device *cdev)
-{ return -ENODEV; }
 static inline void thermal_zone_device_update(struct thermal_zone_device *tz,
 					      enum thermal_notify_event event)
 { }