aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpu_cooling.h
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-04-24 23:10:28 +0800
committerZhang Rui <rui.zhang@intel.com>2013-04-25 00:34:44 +0800
commit198f38f7fb2d0956cc3394655d03cdb7054b0dcd (patch)
tree39f8ebbf6e1988bfa5927462c7b610ff910e0c4d /include/linux/cpu_cooling.h
parentthermal: cpu_cooling: remove unused symbols (diff)
downloadlinux-dev-198f38f7fb2d0956cc3394655d03cdb7054b0dcd.tar.xz
linux-dev-198f38f7fb2d0956cc3394655d03cdb7054b0dcd.zip
thermal: cpu_cooling: add needed header for cpu_cooling.h
Update header list for cpu_cooling.h. Missing definition of cpumask. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cpu_cooling.h b/include/linux/cpu_cooling.h
index 77c87c9d0193..75ef931fc4fc 100644
--- a/include/linux/cpu_cooling.h
+++ b/include/linux/cpu_cooling.h
@@ -25,6 +25,7 @@
#define __CPU_COOLING_H__
#include <linux/thermal.h>
+#include <linux/cpumask.h>
#define CPUFREQ_COOLING_START 0
#define CPUFREQ_COOLING_STOP 1