wireless: Fix compile error with wifi & leds
authorLuca Tettamanti <kronos.it@gmail.com>
Sun, 27 Apr 2008 22:34:55 +0000 (15:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Apr 2008 22:34:55 +0000 (15:34 -0700)
Fix build error caused by commit
e82404ad612ebabc65d15c3d59b971cb35c3ff36 ("iwlwifi: Select
LEDS_CLASS.") from David Miller:

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 <kronos.it@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found