Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752560AbbGMJh7 (ORCPT ); Mon, 13 Jul 2015 05:37:59 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:40869 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751731AbbGMJh5 (ORCPT ); Mon, 13 Jul 2015 05:37:57 -0400 Message-ID: <55A386F8.5010404@ti.com> Date: Mon, 13 Jul 2015 12:38:00 +0300 From: Tero Kristo User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Stephen Boyd , Mike Turquette CC: , , , Tony Lindgren Subject: Re: [PATCH 7/7] ARM: OMAP2+: Include clk.h References: <1436568347-24554-1-git-send-email-sboyd@codeaurora.org> <1436568347-24554-8-git-send-email-sboyd@codeaurora.org> In-Reply-To: <1436568347-24554-8-git-send-email-sboyd@codeaurora.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2108 Lines: 63 On 07/11/2015 01:45 AM, Stephen Boyd wrote: > These files use the consumer API, so include clk.h explicitly. > > Cc: Tero Kristo > Cc: Tony Lindgren > Signed-off-by: Stephen Boyd > --- > > Please ack so this can be routed through clk-tree. Otherwise > when clk.h is removed from clk-provider.h these files will > fail to compile. Acked-by: Tero Kristo > > arch/arm/mach-omap2/clock.c | 1 + > arch/arm/mach-omap2/omap_hwmod.c | 1 + > arch/arm/mach-omap2/pm24xx.c | 1 + > 3 files changed, 3 insertions(+) > > diff --git a/arch/arm/mach-omap2/clock.c b/arch/arm/mach-omap2/clock.c > index a699d7169307..f664dc664ded 100644 > --- a/arch/arm/mach-omap2/clock.c > +++ b/arch/arm/mach-omap2/clock.c > @@ -20,6 +20,7 @@ > #include > #include > #include > +#include > #include > #include > #include > diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c > index d78c12e7cb5e..de43e4c9a865 100644 > --- a/arch/arm/mach-omap2/omap_hwmod.c > +++ b/arch/arm/mach-omap2/omap_hwmod.c > @@ -130,6 +130,7 @@ > #include > #include > #include > +#include > #include > #include > #include > diff --git a/arch/arm/mach-omap2/pm24xx.c b/arch/arm/mach-omap2/pm24xx.c > index b1aad7e1426c..2a1a4180d5d0 100644 > --- a/arch/arm/mach-omap2/pm24xx.c > +++ b/arch/arm/mach-omap2/pm24xx.c > @@ -25,6 +25,7 @@ > #include > #include > #include > +#include > #include > #include > #include > -- 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/