aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/cpu_cooling.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2017-12-05 11:02:46 +0530
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-12-07 22:52:01 +0100
commit84fe2cab48590e4373978e4ef2031c977de98995 (patch)
treea0eb2c4e7b766566d4aa5bbb91c0b26e8ee14aed /include/linux/cpu_cooling.h
parentcpu_cooling: Keep only one of_cpufreq*cooling_register() helper (diff)
downloadwireguard-linux-84fe2cab48590e4373978e4ef2031c977de98995.tar.xz
wireguard-linux-84fe2cab48590e4373978e4ef2031c977de98995.zip
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.h3
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.