From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751505AbdJERWR (ORCPT ); Thu, 5 Oct 2017 13:22:17 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:45556 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332AbdJERWK (ORCPT ); Thu, 5 Oct 2017 13:22:10 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 64F67600EC Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Thu, 5 Oct 2017 10:22:07 -0700 From: Stephen Boyd To: Arnd Bergmann Cc: Michael Turquette , Dong Aisheng , Bjorn Andersson , Jeremy McNicoll , Ulf Hansson , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: export clk_bulk_prepare Message-ID: <20171005172207.GD457@codeaurora.org> References: <20171005121301.584338-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171005121301.584338-1-arnd@arndb.de> 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 10/05, Arnd Bergmann wrote: > The ARM allmodconfig build fails in linux-next, since one Which version of linux-next? I merged a patch for this already and pushed it out a day or two ago. > clk interface was accidentally never exported but is now > used by an mmc driver: > -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project