Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:41517 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1757077AbYD0AkI (ORCPT ); Sat, 26 Apr 2008 20:40:08 -0400 Date: Sat, 26 Apr 2008 17:40:08 -0700 (PDT) Message-Id: <20080426.174008.212982189.davem@davemloft.net> (sfid-20080427_024056_889881_908499BC) To: kronos.it@gmail.com Cc: linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org Subject: Re: [PATCH] Fix compile error with wifi & leds From: David Miller In-Reply-To: <20080426203408.GA12074@dreamland.darkstar.lan> References: <20080426203408.GA12074@dreamland.darkstar.lan> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Luca Tettamanti Date: Sat, 26 Apr 2008 22:34:08 +0200 > Since MAC80211_LEDS is selected by wireless drivers it must select its > own dependencies otherwise a build error may occur (kbuild will select > the symbol regardless of "depends" constraints). > > Signed-Off-By: Luca Tettamanti There are various ways to solve this problem, and I'll adopt one of them, perhaps your's, over the weekend. Thanks!