commit | bd8fd21dfddf51299d782f598cb776b15b7d64cc | [log] [tgz] |
---|---|---|
author | Luca Tettamanti <kronos.it@gmail.com> | Sun Apr 27 15:34:55 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 27 15:34:55 2008 -0700 |
tree | a9728408abb166871acde7caaac3945e687f1782 | |
parent | 9ae27e0adbf471c7a6b80102e38e1d5a346b3b38 [diff] |
wireless: Fix compile error with wifi & leds 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>