Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966232Ab3DQRW1 (ORCPT ); Wed, 17 Apr 2013 13:22:27 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:58288 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965546Ab3DQRWX (ORCPT ); Wed, 17 Apr 2013 13:22:23 -0400 From: Eduardo Valentin To: CC: Eduardo Valentin , Zhang Rui , Durgadoss R , Andrew Morton , Subject: [PATCH 27/30] thermal: cpu_cooling: add needed header for cpu_cooling.h Date: Wed, 17 Apr 2013 13:12:20 -0400 Message-ID: <1366218743-20841-28-git-send-email-eduardo.valentin@ti.com> X-Mailer: git-send-email 1.8.2.1.342.gfa7285d In-Reply-To: <1366218743-20841-1-git-send-email-eduardo.valentin@ti.com> References: <1366218743-20841-1-git-send-email-eduardo.valentin@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1017 Lines: 33 Update header list for cpu_cooling.h. Missing definition of cpumask. Cc: Zhang Rui Cc: Durgadoss R Cc: Amit Daniel Kachhap Cc: Andrew Morton Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- 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 +#include #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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/