From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752869AbbGNMvI (ORCPT ); Tue, 14 Jul 2015 08:51:08 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:52571 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752370AbbGNMvH (ORCPT ); Tue, 14 Jul 2015 08:51:07 -0400 Date: Tue, 14 Jul 2015 14:21:54 +0200 From: Ralf Baechle To: Stephen Boyd Cc: Mike Turquette , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Manuel Lauss , Linux-MIPS Subject: Re: [PATCH] MIPS: Alchemy: Include clk.h Message-ID: <20150714122154.GA30195@linux-mips.org> References: <1436819450-16440-1-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436819450-16440-1-git-send-email-sboyd@codeaurora.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 13, 2015 at 01:30:50PM -0700, Stephen Boyd wrote: > This clock provider uses the consumer API, so include clk.h > explicitly. > > Cc: Manuel Lauss > Cc: Ralf Baechle > Cc: Linux-MIPS > Signed-off-by: Stephen Boyd > --- > > Please ack so this can go through the clk tree. We're removing > the include of clk.h in clk-provider.h so that the consumer > and provider APIs are clearly split. Acked-by: Ralf Baechle Ralf