diff options
Diffstat (limited to 'include/linux/thermal.h')
-rw-r--r-- | include/linux/thermal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index 5a3b428daaab..4445b951b57e 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h | |||
@@ -187,7 +187,6 @@ struct thermal_governor { | |||
187 | char name[THERMAL_NAME_LENGTH]; | 187 | char name[THERMAL_NAME_LENGTH]; |
188 | int (*throttle)(struct thermal_zone_device *tz, int trip); | 188 | int (*throttle)(struct thermal_zone_device *tz, int trip); |
189 | struct list_head governor_list; | 189 | struct list_head governor_list; |
190 | struct module *owner; | ||
191 | }; | 190 | }; |
192 | 191 | ||
193 | /* Structure that holds binding parameters for a zone */ | 192 | /* Structure that holds binding parameters for a zone */ |
@@ -247,9 +246,6 @@ struct thermal_instance *get_thermal_instance(struct thermal_zone_device *, | |||
247 | void thermal_cdev_update(struct thermal_cooling_device *); | 246 | void thermal_cdev_update(struct thermal_cooling_device *); |
248 | void notify_thermal_framework(struct thermal_zone_device *, int); | 247 | void notify_thermal_framework(struct thermal_zone_device *, int); |
249 | 248 | ||
250 | int thermal_register_governor(struct thermal_governor *); | ||
251 | void thermal_unregister_governor(struct thermal_governor *); | ||
252 | |||
253 | #ifdef CONFIG_NET | 249 | #ifdef CONFIG_NET |
254 | extern int thermal_generate_netlink_event(struct thermal_zone_device *tz, | 250 | extern int thermal_generate_netlink_event(struct thermal_zone_device *tz, |
255 | enum events event); | 251 | enum events event); |