From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8BC78DDDEC for ; Fri, 25 Jul 2008 16:16:25 +1000 (EST) Subject: sfx.c driver build failure From: Benjamin Herrenschmidt To: Michael Brown Content-Type: text/plain; charset=UTF-8 Date: Fri, 25 Jul 2008 16:15:59 +1000 Message-Id: <1216966559.11188.85.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev list , Jeff Garzik , Linux Kernel list Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Michael ! The sfx driver (which happens to be part of some of our test configs) fails to build in current Linus tree on powerpc with this error: /home/benh/kernels/linux-powerpc/drivers/net/sfc/efx.c: In function ‘efx_probe_interrupts’: /home/benh/kernels/linux-powerpc/drivers/net/sfc/efx.c:845: error: lvalue required as unary ‘&’ oper and Cheers, Ben.