Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757520Ab0KVUI7 (ORCPT ); Mon, 22 Nov 2010 15:08:59 -0500 Received: from mms3.broadcom.com ([216.31.210.19]:4216 "EHLO MMS3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757379Ab0KVUI5 convert rfc822-to-8bit (ORCPT ); Mon, 22 Nov 2010 15:08:57 -0500 X-Server-Uuid: B55A25B1-5D7D-41F8-BC53-C57E7AD3C201 From: "Arend Van Spriel" To: "Greg KH" , "Zimny Lech" cc: "Stephen Rothwell" , "linux-next@vger.kernel.org" , LKML , "Brett Rudley" , "Henry Ptasinski" , "linux-wireless@vger.kernel.org" Date: Mon, 22 Nov 2010 12:08:28 -0800 Subject: RE: linux-next: Tree for November 22 Thread-Topic: linux-next: Tree for November 22 Thread-Index: AcuKfgxWp0FdJFODQYio77vQ220+FAAAf21j Message-ID: <400C43189542CE41BC0A5B252FC90136952F05944A@SJEXCHCCR02.corp.ad.broadcom.com> References: <20101122134911.b7e106f9.sfr@canb.auug.org.au> ,<20101122194643.GB21985@suse.de> In-Reply-To: <20101122194643.GB21985@suse.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-WSS-ID: 60F412550GS766-06-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2638 Lines: 63 Hi Greg, Stephen, The file wl_iw.c declare a struct semaphore variable and uses semaphore function, but there is no explicit inclusion of . I hit this problem last week when trying a minimal kernel configuration for my development system. Normally we build and test against kernel configuration similar to Ubuntu configuration and we got the semaphore definitions for free. Expect a patch soon. Gr. AvS ________________________________________ From: linux-wireless-owner@vger.kernel.org [linux-wireless-owner@vger.kernel.org] On Behalf Of Greg KH [gregkh@suse.de] Sent: Monday, November 22, 2010 8:46 PM To: Zimny Lech Cc: Stephen Rothwell; linux-next@vger.kernel.org; LKML; Brett Rudley; Henry Ptasinski; linux-wireless@vger.kernel.org Subject: Re: linux-next: Tree for November 22 On Mon, Nov 22, 2010 at 04:37:57PM +0100, Zimny Lech wrote: > Salve > > 2010/11/22 Stephen Rothwell : > > Hi all, > > > > Changes since 20101119: > > > > > CC [M] drivers/staging/brcm80211/brcmfmac/wl_iw.o > /home/test/linux-2.6/drivers/staging/brcm80211/brcmfmac/wl_iw.c:130:19: > error: field 'sysioc_sem' has incomplete type > /home/test/linux-2.6/drivers/staging/brcm80211/brcmfmac/wl_iw.c: In > function 'wl_iw_timerfunc': > /home/test/linux-2.6/drivers/staging/brcm80211/brcmfmac/wl_iw.c:1070:4: > error: implicit declaration of function 'up' > /home/test/linux-2.6/drivers/staging/brcm80211/brcmfmac/wl_iw.c: In > function '_iscan_sysioc_thread': > /home/test/linux-2.6/drivers/staging/brcm80211/brcmfmac/wl_iw.c:1181:2: > error: implicit declaration of function 'down_interruptible' > /home/test/linux-2.6/drivers/staging/brcm80211/brcmfmac/wl_iw.c: In > function 'wl_iw_attach': > /home/test/linux-2.6/drivers/staging/brcm80211/brcmfmac/wl_iw.c:3708:2: > error: implicit declaration of function 'sema_init' > make[5]: *** [drivers/staging/brcm80211/brcmfmac/wl_iw.o] Error 1 > make[4]: *** [drivers/staging/brcm80211/brcmfmac] Error 2 > make[3]: *** [drivers/staging/brcm80211] Error 2 > make[2]: *** [drivers/staging] Error 2 > make[1]: *** [drivers] Error 2 > make: *** [sub-make] Error 2 > Ick, not good. Henry, Brett, any ideas? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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/