diff options
Diffstat (limited to 'include/linux/thermal.h')
-rw-r--r-- | include/linux/thermal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index 4014a59828fc..613c29bd6baf 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h | |||
@@ -438,7 +438,8 @@ static inline void thermal_zone_device_unregister( | |||
438 | static inline int thermal_zone_bind_cooling_device( | 438 | static inline int thermal_zone_bind_cooling_device( |
439 | struct thermal_zone_device *tz, int trip, | 439 | struct thermal_zone_device *tz, int trip, |
440 | struct thermal_cooling_device *cdev, | 440 | struct thermal_cooling_device *cdev, |
441 | unsigned long upper, unsigned long lower) | 441 | unsigned long upper, unsigned long lower, |
442 | unsigned int weight) | ||
442 | { return -ENODEV; } | 443 | { return -ENODEV; } |
443 | static inline int thermal_zone_unbind_cooling_device( | 444 | static inline int thermal_zone_unbind_cooling_device( |
444 | struct thermal_zone_device *tz, int trip, | 445 | struct thermal_zone_device *tz, int trip, |