From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Purdie Subject: Re: s390 allmodconfig Date: Fri, 02 Mar 2007 10:32:32 +0000 Message-ID: <1172831552.11149.19.camel@localhost.localdomain> References: <20070302001811.b103e2b2.akpm@linux-foundation.org> <20070302002512.bd9bbb80.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Marcel Holtmann , "John W. Linville" , Michael Buesch , netdev@vger.kernel.org To: Andrew Morton Return-path: Received: from tim.rpsys.net ([194.106.48.114]:55276 "EHLO tim.rpsys.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933315AbXCBKd1 (ORCPT ); Fri, 2 Mar 2007 05:33:27 -0500 In-Reply-To: <20070302002512.bd9bbb80.akpm@linux-foundation.org> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, 2007-03-02 at 00:25 -0800, Andrew Morton wrote: > net/mac80211/ieee80211_led.c: In function 'ieee80211_led_init': > net/mac80211/ieee80211_led.c:38: error: invalid application of 'sizeof' to incomplete type 'struct led_trigger' > net/mac80211/ieee80211_led.c:43: error: dereferencing pointer to incomplete type > net/mac80211/ieee80211_led.c:44: warning: implicit declaration of function 'led_trigger_register' > net/mac80211/ieee80211_led.c:49: error: invalid application of 'sizeof' to incomplete type 'struct led_trigger' > net/mac80211/ieee80211_led.c:54: error: dereferencing pointer to incomplete type > net/mac80211/ieee80211_led.c: In function 'ieee80211_led_exit': > net/mac80211/ieee80211_led.c:64: warning: implicit declaration of function 'led_trigger_unregister' > > akpm2:/usr/src/25> grep LED .config > CONFIG_NF_CONNTRACK_ENABLED=m > CONFIG_MAC80211_LEDS=y > > Probably related to the Kconfig problems. Almost certainly. Someone is building some LED trigger/driver without the LED core enabled which is what that Kconfig warning was about. Nobody's ever mentioned this driver to me... Richard (LED Maintainer)