Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752590AbbGMJi0 (ORCPT ); Mon, 13 Jul 2015 05:38:26 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:40879 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751623AbbGMJiW (ORCPT ); Mon, 13 Jul 2015 05:38:22 -0400 Message-ID: <55A3872C.3020301@ti.com> Date: Mon, 13 Jul 2015 12:38:52 +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: , Subject: Re: [PATCH 43/45] clk: ti: Switch clk-provider.h include to clk.h References: <1436571223-10959-1-git-send-email-sboyd@codeaurora.org> <1436571223-10959-44-git-send-email-sboyd@codeaurora.org> In-Reply-To: <1436571223-10959-44-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: 1028 Lines: 33 On 07/11/2015 02:33 AM, Stephen Boyd wrote: > This file isn't a clock provider but uses the consumer API, so > include clk.h instead of clk-provider.h. > > Cc: Tero Kristo > Signed-off-by: Stephen Boyd Acked-by: Tero Kristo > --- > drivers/clk/ti/clk-2xxx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clk/ti/clk-2xxx.c b/drivers/clk/ti/clk-2xxx.c > index c808ab3d2bb2..20cf5eed8c3d 100644 > --- a/drivers/clk/ti/clk-2xxx.c > +++ b/drivers/clk/ti/clk-2xxx.c > @@ -16,7 +16,7 @@ > > #include > #include > -#include > +#include > #include > > static struct ti_dt_clk omap2xxx_clks[] = { > -- 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/