Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754280AbbGPLHs (ORCPT ); Thu, 16 Jul 2015 07:07:48 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:35953 "EHLO mail-wg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753946AbbGPLHq (ORCPT ); Thu, 16 Jul 2015 07:07:46 -0400 Message-ID: <55A7908A.2080306@linaro.org> Date: Thu, 16 Jul 2015 13:07:54 +0200 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Stephen Boyd , Mike Turquette CC: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Michal Simek Subject: Re: [PATCH 4/7] clocksource: cadence_ttc: Remove clk-provider.h include References: <1436569409-27964-1-git-send-email-sboyd@codeaurora.org> <1436569409-27964-5-git-send-email-sboyd@codeaurora.org> In-Reply-To: <1436569409-27964-5-git-send-email-sboyd@codeaurora.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1534 Lines: 45 On 07/11/2015 01:03 AM, Stephen Boyd wrote: > This file doesn't use the clk provider APIs. Remove the include. > > Cc: Michal Simek > Cc: Daniel Lezcano > Signed-off-by: Stephen Boyd > --- > > Please ack if you want this to go through clk-tree, otherwise > it's ok to take it through the clocksource side. This patchset touches different parts, so I guess it makes sense I take this one through my tree. But if Mike is willing to take it I am ok with that. > drivers/clocksource/cadence_ttc_timer.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/clocksource/cadence_ttc_timer.c b/drivers/clocksource/cadence_ttc_timer.c > index 510c8a1d37b3..5ea91e3818d0 100644 > --- a/drivers/clocksource/cadence_ttc_timer.c > +++ b/drivers/clocksource/cadence_ttc_timer.c > @@ -16,7 +16,6 @@ > */ > > #include > -#include > #include > #include > #include -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- 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/