Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752507AbYJTPwq (ORCPT ); Mon, 20 Oct 2008 11:52:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751345AbYJTPwh (ORCPT ); Mon, 20 Oct 2008 11:52:37 -0400 Received: from kroah.org ([198.145.64.141]:44894 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751246AbYJTPwh (ORCPT ); Mon, 20 Oct 2008 11:52:37 -0400 Date: Mon, 20 Oct 2008 08:48:57 -0700 From: Greg KH To: Stephen Rothwell Cc: linux-next@vger.kernel.org, Christopher Harrer , Michael Miles , LKML , Andrew Morton , linus@kroah.com Subject: Re: linux-next: build failure Message-ID: <20081020154857.GC24666@kroah.com> References: <20081020230420.aa85f83b.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081020230420.aa85f83b.sfr@canb.auug.org.au> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1234 Lines: 25 On Mon, Oct 20, 2008 at 11:04:20PM +1100, Stephen Rothwell wrote: > Hi Greg, > > Today's linux-next build (powerpc allyesconfig) failed like this: > > In file included from drivers/staging/sxg/sxg.c:77: > drivers/staging/sxg/sxghif.h:859: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Compilation' > drivers/staging/sxg/sxg.c: In function 'sxg_transmit_packet': > drivers/staging/sxg/sxg.c:1949: error: 'SXG_SGL_BUF_SIZE' undeclared (first use in this function) > drivers/staging/sxg/sxg.c:1958: error: implicit declaration of function 'SXG_SGL_BUFFER' > drivers/staging/sxg/sxg.c:1958: warning: assignment makes pointer from integer without a cast > drivers/staging/sxg/sxg.c: In function 'sxg_mcast_set_mask': > drivers/staging/sxg/sxg.c:2846: warning: format '%llx' expects type 'long long unsigned int', but argument 5 has type 'u64' > > I applied the following patch. Ah, doh, sorry, I should have caught that. I'll go apply this to the tree, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/