[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1366218743-20841-28-git-send-email-eduardo.valentin@ti.com>
Date: Wed, 17 Apr 2013 13:12:20 -0400
From: Eduardo Valentin <eduardo.valentin@...com>
To: <amit.kachhap@...aro.org>
CC: Eduardo Valentin <eduardo.valentin@...com>,
Zhang Rui <rui.zhang@...el.com>,
Durgadoss R <durgadoss.r@...el.com>,
Andrew Morton <akpm@...ux-foundation.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH 27/30] thermal: cpu_cooling: add needed header for cpu_cooling.h
Update header list for cpu_cooling.h. Missing definition
of cpumask.
Cc: Zhang Rui <rui.zhang@...el.com>
Cc: Durgadoss R <durgadoss.r@...el.com>
Cc: Amit Daniel Kachhap <amit.kachhap@...aro.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Signed-off-by: Eduardo Valentin <eduardo.valentin@...com>
---
include/linux/cpu_cooling.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/cpu_cooling.h b/include/linux/cpu_cooling.h
index 77c87c9..75ef931 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
--
1.8.2.1.342.gfa7285d
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists