From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: linux-next: build failure after merge of the staging.current tree Date: Wed, 8 Jun 2011 09:11:27 -0700 Message-ID: <20110608161127.GD21645@kroah.com> References: <20110608114130.444a7f99.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from out2.smtp.messagingengine.com ([66.111.4.26]:34441 "EHLO out2.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751313Ab1FHQSb (ORCPT ); Wed, 8 Jun 2011 12:18:31 -0400 Content-Disposition: inline In-Reply-To: <20110608114130.444a7f99.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , "Igor M. Liplianin" On Wed, Jun 08, 2011 at 11:41:30AM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the staging.current tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/media/video/cx23885/cx23885-cards.c:28:28: fatal error: staging/altera.h: No such file or directory > > Caused by commit 85ab9ee946da ("Staging: altera: move .h file to proper > place"). > > I have used the staging.current tree from next-20110607 for today. Ok, sorry about that. Mauro, Igor, why would another driver need to reference a .h file of a staging driver? I'll patch it right now to point to the proper place (down in the staging tree), but it would be good to resolve this "properly" somehow. Next time, please never include a staging driver that isn't self-contained, and don't create include/staging/ that's not acceptable. thanks, greg k-h