From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752609AbbKYWHd (ORCPT ); Wed, 25 Nov 2015 17:07:33 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:36133 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751675AbbKYWHb (ORCPT ); Wed, 25 Nov 2015 17:07:31 -0500 Date: Wed, 25 Nov 2015 14:07:28 -0800 From: Stephen Boyd To: Arnd Bergmann Cc: Eric Miao , Michael Turquette , linux-kernel@vger.kernel.org, Haojian Zhuang , Chao Xie , Mike Turquette , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] clk: mmp: add linux/clk.h includes Message-ID: <20151125220728.GG11298@codeaurora.org> References: <5338608.iS8N3pHg9B@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5338608.iS8N3pHg9B@wuerfel> 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 On 11/25, Arnd Bergmann wrote: > The common clk implementation for MMP broke without anyone noticing > when we stopped including linux/clk.h from the clk-provider header. > > This did not show up in the defconfig builds because those use the > legacy MMP clk drivers, and it did not show up in my randconfig tests > either because I was testing with my mmp multiplatform series > applied, which at some point gained the fixup. > > This fixes the three broken files. > > Signed-off-by: Arnd Bergmann > Fixes: 61ae76563ec3 ("clk: Remove clk.h from clk-provider.h") > > diff --git a/drivers/clk/mmp/clk-mmp2.c b/drivers/clk/mmp/clk-mmp2.c > index 09d2832fbd78..71fd29348f28 100644 > --- a/drivers/clk/mmp/clk-mmp2.c Applied to clk-fixes -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project