diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-04-17 13:12:22 -0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-24 12:34:45 -0400 |
commit | e44dec77be9e032ff9c2f95f17f7df3a55b58f60 (patch) | |
tree | 639799c463e9264376fb43478c03b97fa4466621 /include | |
parent | 198f38f7fb2d0956cc3394655d03cdb7054b0dcd (diff) |
thermal: cpu_cooling: remove unused symbols on cpu_cooling.h
Remove defines that are not in used.
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Acked-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'include')
-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 75ef931fc4fc..f48f6fbcd3be 100644 --- a/include/linux/cpu_cooling.h +++ b/include/linux/cpu_cooling.h | |||
@@ -27,9 +27,6 @@ | |||
27 | #include <linux/thermal.h> | 27 | #include <linux/thermal.h> |
28 | #include <linux/cpumask.h> | 28 | #include <linux/cpumask.h> |
29 | 29 | ||
30 | #define CPUFREQ_COOLING_START 0 | ||
31 | #define CPUFREQ_COOLING_STOP 1 | ||
32 | |||
33 | #ifdef CONFIG_CPU_THERMAL | 30 | #ifdef CONFIG_CPU_THERMAL |
34 | /** | 31 | /** |
35 | * cpufreq_cooling_register - function to create cpufreq cooling device. | 32 | * cpufreq_cooling_register - function to create cpufreq cooling device. |