From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932851AbbA0UAj (ORCPT ); Tue, 27 Jan 2015 15:00:39 -0500 Received: from mail-pd0-f177.google.com ([209.85.192.177]:42271 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932672AbbA0UAh convert rfc822-to-8bit (ORCPT ); Tue, 27 Jan 2015 15:00:37 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Paul Walmsley , "Stephen Boyd" From: Mike Turquette In-Reply-To: Cc: linux-kernel@vger.kernel.org, "Tero Kristo" , "Tony Lindgren" References: <1421970020-11125-1-git-send-email-sboyd@codeaurora.org> Message-ID: <20150127200023.22722.41056@quantum> User-Agent: alot/0.3.5 Subject: Re: [PATCH] clk: ti: Drop use of clk-private.h Date: Tue, 27 Jan 2015 12:00:23 -0800 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Paul Walmsley (2015-01-23 02:35:07) > On Thu, 22 Jan 2015, Stephen Boyd wrote: > > > These modules don't need to include clk-private.h. Replace the > > include with clk.h because these modules are clock consumers and > > also include clk-provider.h in clk/ti.h because struct > > clk_hw_omap has a struct clk_hw embedded in it. > > > > Cc: Tero Kristo > > Cc: Tony Lindgren > > Cc: Paul Walmsley > > Signed-off-by: Stephen Boyd > > Reviewed-by: Paul Walmsley Applied to clk-next. Regards, Mike > > > - Paul