From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932186AbaGJDF0 (ORCPT ); Wed, 9 Jul 2014 23:05:26 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:46451 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755386AbaGJDFV (ORCPT ); Wed, 9 Jul 2014 23:05:21 -0400 X-Sasl-enc: 61XQu4v4B9z5GaBsJ8l6RLx+OyvhFrJF3rNLdpnzqQhs 1404961520 Date: Wed, 9 Jul 2014 20:09:45 -0700 From: Greg KH To: Stephen Rothwell , Magnus Damm Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: linux-next: build failure after merge of the staging tree Message-ID: <20140710030945.GA8364@kroah.com> References: <20140620141807.45761bd0@canb.auug.org.au> <20140620165353.GA3433@kroah.com> <20140710102700.65ff2c14@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140710102700.65ff2c14@canb.auug.org.au> 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 Thu, Jul 10, 2014 at 10:27:00AM +1000, Stephen Rothwell wrote: > Hi Greg, > > On Fri, 20 Jun 2014 09:53:53 -0700 Greg KH wrote: > > > > On Fri, Jun 20, 2014 at 02:18:07PM +1000, Stephen Rothwell wrote: > > > Hi Greg, > > > > > > After merging the staging tree, today's linux-next build (powerpc > > > allyesconfig) failed like this: > > > > > > drivers/staging/board/board.c: In function 'find_by_address': > > > drivers/staging/board/board.c:14:3: error: implicit declaration of function 'of_can_translate_address' [-Werror=implicit-function-declaration] > > > if (of_can_translate_address(dn) > > > ^ > > > > > > Caused by commit 382063d91e15 ("staging: board: Initial board staging > > > support"). > > > > > > I have disabled that driver for today. > > > > > > From: Stephen Rothwell > > > Date: Fri, 20 Jun 2014 14:14:17 +1000 > > > Subject: [PATCH] staging: board: disable > > > > > > Signed-off-by: Stephen Rothwell > > > --- > > > drivers/staging/board/Kconfig | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/drivers/staging/board/Kconfig b/drivers/staging/board/Kconfig > > > index 09d94b48c9c9..7eda0b8b7aab 100644 > > > --- a/drivers/staging/board/Kconfig > > > +++ b/drivers/staging/board/Kconfig > > > @@ -1,6 +1,7 @@ > > > config STAGING_BOARD > > > boolean "Staging Board Support" > > > depends on OF_ADDRESS > > > + depends on BROKEN > > > help > > > Select to enable per-board staging support code. > > > > > > > Magnus, can you send me a proper patch for this to get the code back to > > building condition? > > Ping? Magnus went quiet... Magnus?