diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-04-17 17:12:22 +0000 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-25 00:34:45 +0800 |
commit | e44dec77be9e032ff9c2f95f17f7df3a55b58f60 (patch) | |
tree | 639799c463e9264376fb43478c03b97fa4466621 | |
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>
-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 @@ #include <linux/thermal.h> #include <linux/cpumask.h> -#define CPUFREQ_COOLING_START 0 -#define CPUFREQ_COOLING_STOP 1 - #ifdef CONFIG_CPU_THERMAL /** * cpufreq_cooling_register - function to create cpufreq cooling device. |