Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751526AbbGLTFA (ORCPT ); Sun, 12 Jul 2015 15:05:00 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:27666 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751183AbbGLTE7 (ORCPT ); Sun, 12 Jul 2015 15:04:59 -0400 Message-ID: <55A2BA30.1000903@oracle.com> Date: Sun, 12 Jul 2015 12:04:16 -0700 From: "santosh.shilimkar@oracle.com" Organization: Oracle Corporation User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.0 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 Content-Transfer-Encoding: 7bit X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1185 Lines: 37 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 = { > -- 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/