diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-04-23 17:48:14 -0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-24 12:56:16 -0400 |
commit | 7b73c993776b9f7d833dde7d09fd861508c54777 (patch) | |
tree | e4bab1bb049748a70104dd29ed20919c0eca3d24 /include | |
parent | 6d8d4974a25db8b2c9be6ccc765765824e4781bd (diff) |
thermal: rename notify_thermal_framework to thermal_notify_framework
To follow the prefix names used by the thermal functions,
this patch renames notify_thermal_framework to thermal_notify_framework.
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/thermal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index ec2b886f9d96..d7272ab20ebc 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h | |||
@@ -246,7 +246,7 @@ int get_tz_trend(struct thermal_zone_device *, int); | |||
246 | struct thermal_instance *get_thermal_instance(struct thermal_zone_device *, | 246 | struct thermal_instance *get_thermal_instance(struct thermal_zone_device *, |
247 | struct thermal_cooling_device *, int); | 247 | struct thermal_cooling_device *, int); |
248 | void thermal_cdev_update(struct thermal_cooling_device *); | 248 | void thermal_cdev_update(struct thermal_cooling_device *); |
249 | void notify_thermal_framework(struct thermal_zone_device *, int); | 249 | void thermal_notify_framework(struct thermal_zone_device *, int); |
250 | 250 | ||
251 | #ifdef CONFIG_NET | 251 | #ifdef CONFIG_NET |
252 | extern int thermal_generate_netlink_event(struct thermal_zone_device *tz, | 252 | extern int thermal_generate_netlink_event(struct thermal_zone_device *tz, |