Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751887AbbGMCdu (ORCPT ); Sun, 12 Jul 2015 22:33:50 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:33976 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751331AbbGMCds (ORCPT ); Sun, 12 Jul 2015 22:33:48 -0400 Date: Mon, 13 Jul 2015 08:03:43 +0530 From: Viresh Kumar To: Stephen Boyd Cc: Mike Turquette , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH 25/45] clk: socfpga: Remove clk.h include Message-ID: <20150713023343.GD10415@linux> References: <1436571223-10959-1-git-send-email-sboyd@codeaurora.org> <1436571223-10959-26-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436571223-10959-26-git-send-email-sboyd@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 854 Lines: 25 On 10-07-15, 16:33, Stephen Boyd wrote: > Clock provider drivers generally shouldn't include clk.h because > it's the consumer API. Remove the include here because this is a > provider driver. > > Cc: Viresh Kumar > Signed-off-by: Stephen Boyd > --- > drivers/clk/spear/spear1310_clock.c | 1 - > drivers/clk/spear/spear1340_clock.c | 1 - > drivers/clk/spear/spear3xx_clock.c | 1 - > drivers/clk/spear/spear6xx_clock.c | 1 - > 4 files changed, 4 deletions(-) I hope you have compiled it :) Acked-by: Viresh Kumar -- viresh -- 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/