From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <55A2BA30.1000903@oracle.com> Date: Sun, 12 Jul 2015 12:04:16 -0700 From: "santosh.shilimkar@oracle.com" MIME-Version: 1.0 To: Stephen Boyd , Mike Turquette CC: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nishanth Menon , Sekhar Nori , Santosh Shilimkar Subject: Re: [PATCH 3/7] ARM: keystone: Remove clk-provider.h include References: <1436568347-24554-1-git-send-email-sboyd@codeaurora.org> <1436568347-24554-4-git-send-email-sboyd@codeaurora.org> In-Reply-To: <1436568347-24554-4-git-send-email-sboyd@codeaurora.org> Content-Type: text/plain; charset=windows-1252; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: On 7/10/15 3:45 PM, Stephen Boyd wrote: > This file doesn't use the clk provider APIs. Remove the include. > > Cc: Nishanth Menon > Cc: Sekhar Nori > Cc: Santosh Shilimkar > Signed-off-by: Stephen Boyd > --- > > Please ack if you want this to go through clk-tree. > Sure. Acked-by: Santosh Shilimkar > arch/arm/mach-keystone/pm_domain.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-keystone/pm_domain.c b/arch/arm/mach-keystone/pm_domain.c > index edea697e8253..e283939a216f 100644 > --- a/arch/arm/mach-keystone/pm_domain.c > +++ b/arch/arm/mach-keystone/pm_domain.c > @@ -16,7 +16,6 @@ > #include > #include > #include > -#include > #include > > static struct dev_pm_domain keystone_pm_domain = { > From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@oracle.com (santosh.shilimkar at oracle.com) Date: Sun, 12 Jul 2015 12:04:16 -0700 Subject: [PATCH 3/7] ARM: keystone: Remove clk-provider.h include In-Reply-To: <1436568347-24554-4-git-send-email-sboyd@codeaurora.org> References: <1436568347-24554-1-git-send-email-sboyd@codeaurora.org> <1436568347-24554-4-git-send-email-sboyd@codeaurora.org> Message-ID: <55A2BA30.1000903@oracle.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 7/10/15 3:45 PM, Stephen Boyd wrote: > This file doesn't use the clk provider APIs. Remove the include. > > Cc: Nishanth Menon > Cc: Sekhar Nori > Cc: Santosh Shilimkar > Signed-off-by: Stephen Boyd > --- > > Please ack if you want this to go through clk-tree. > Sure. Acked-by: Santosh Shilimkar > arch/arm/mach-keystone/pm_domain.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-keystone/pm_domain.c b/arch/arm/mach-keystone/pm_domain.c > index edea697e8253..e283939a216f 100644 > --- a/arch/arm/mach-keystone/pm_domain.c > +++ b/arch/arm/mach-keystone/pm_domain.c > @@ -16,7 +16,6 @@ > #include > #include > #include > -#include > #include > > static struct dev_pm_domain keystone_pm_domain = { >