]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ath9k: uses/needs led_classdev_[un]register
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 2 Sep 2008 19:07:56 +0000 (12:07 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 5 Sep 2008 20:17:49 +0000 (16:17 -0400)
commitd203b8ef8e5acf9dad5a53d7067ef146e6b2e837
tree2fbc6925ce843ae3e476cc2de56799d95582ec1e
parentfb11137af83b7b66c7aab8dbc5f09d2c95684fed
ath9k: uses/needs led_classdev_[un]register

ath9k uses LED classdev functions, so it needs to either select or depend
on them.  This patch uses the same selects that ath5k uses...

drivers/built-in.o: In function `ath_unregister_led':
main.c:(.text+0x138c1d): undefined reference to `led_classdev_unregister'
drivers/built-in.o: In function `ath_register_led':
main.c:(.text+0x139c16): undefined reference to `led_classdev_register'
make[1]: *** [.tmp_vmlinux1] Error 1

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Jouni Malinen <jmalinen@atheros.com>
Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/Kconfig