aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpu_cooling.h
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-04-17 17:12:22 +0000
committerZhang Rui <rui.zhang@intel.com>2013-04-25 00:34:45 +0800
commite44dec77be9e032ff9c2f95f17f7df3a55b58f60 (patch)
tree639799c463e9264376fb43478c03b97fa4466621 /include/linux/cpu_cooling.h
parentthermal: cpu_cooling: add needed header for cpu_cooling.h (diff)
downloadlinux-dev-e44dec77be9e032ff9c2f95f17f7df3a55b58f60.tar.xz
linux-dev-e44dec77be9e032ff9c2f95f17f7df3a55b58f60.zip
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/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 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.