|
@@ -438,7 +438,8 @@ static inline void thermal_zone_device_unregister(
|
|
static inline int thermal_zone_bind_cooling_device(
|
|
static inline int thermal_zone_bind_cooling_device(
|
|
struct thermal_zone_device *tz, int trip,
|
|
struct thermal_zone_device *tz, int trip,
|
|
struct thermal_cooling_device *cdev,
|
|
struct thermal_cooling_device *cdev,
|
|
- unsigned long upper, unsigned long lower)
|
|
|
|
|
|
+ unsigned long upper, unsigned long lower,
|
|
|
|
+ unsigned int weight)
|
|
{ return -ENODEV; }
|
|
{ return -ENODEV; }
|
|
static inline int thermal_zone_unbind_cooling_device(
|
|
static inline int thermal_zone_unbind_cooling_device(
|
|
struct thermal_zone_device *tz, int trip,
|
|
struct thermal_zone_device *tz, int trip,
|