From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751977AbbFDCcf (ORCPT ); Wed, 3 Jun 2015 22:32:35 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:36730 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbbFDCc0 (ORCPT ); Wed, 3 Jun 2015 22:32:26 -0400 Date: Thu, 4 Jun 2015 08:02:20 +0530 From: Viresh Kumar To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , Kukjin Kim , Krzysztof Kozlowski , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code Message-ID: <20150604023220.GD6811@linux> References: <1430444867-22342-1-git-send-email-paul.gortmaker@windriver.com> <1433366298-30016-1-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433366298-30016-1-git-send-email-paul.gortmaker@windriver.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03-06-15, 17:18, Paul Gortmaker wrote: > This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") > and also contains modular function calls so it should explicitly include > module.h to avoid compile breakage during pending header shuffles. > > Cc: "Rafael J. Wysocki" > Cc: Viresh Kumar > Cc: Kukjin Kim > Cc: Krzysztof Kozlowski > Cc: linux-pm@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-samsung-soc@vger.kernel.org > Signed-off-by: Paul Gortmaker > --- > > [ patch will be appended to the implicit include fixup series, see: > https://lkml.kernel.org/r/1430444867-22342-1-git-send-email-paul.gortmaker@windriver.com > for the original series posting.] > > drivers/cpufreq/exynos-cpufreq.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/cpufreq/exynos-cpufreq.c b/drivers/cpufreq/exynos-cpufreq.c > index 82d2fbb20f7e..4c157302365f 100644 > --- a/drivers/cpufreq/exynos-cpufreq.c > +++ b/drivers/cpufreq/exynos-cpufreq.c > @@ -10,6 +10,7 @@ > */ > > #include > +#include > #include > #include > #include Acked-by: Viresh Kumar -- viresh