diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2017-12-05 08:32:46 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-12-08 00:52:01 +0300 |
commit | 84fe2cab48590e4373978e4ef2031c977de98995 (patch) | |
tree | a0eb2c4e7b766566d4aa5bbb91c0b26e8ee14aed /include/linux/cpu_cooling.h | |
parent | 3ebb62ffc4e4817c3288cdf7ed67ccaf453385e3 (diff) | |
download | linux-84fe2cab48590e4373978e4ef2031c977de98995.tar.xz |
cpu_cooling: Drop static-power related stuff
No one has used it for the last two and half years (since it was
introduced by commit c36cf0717631 (thermal: cpu_cooling: implement the
power cooling device API), get rid of it.
Acked-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/cpu_cooling.h')
-rw-r--r-- | include/linux/cpu_cooling.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/cpu_cooling.h b/include/linux/cpu_cooling.h index fd0ea8ddca93..de0dafb9399d 100644 --- a/include/linux/cpu_cooling.h +++ b/include/linux/cpu_cooling.h @@ -30,9 +30,6 @@ struct cpufreq_policy; -typedef int (*get_static_t)(cpumask_t *cpumask, int interval, - unsigned long voltage, u32 *power); - #ifdef CONFIG_CPU_THERMAL /** * cpufreq_cooling_register - function to create cpufreq cooling device. |