On Fri 2021-03-26 16:13:51, Zhang Jianhua wrote:
If CONFIG_ATH9K=y, the following errors will be seen while compilinga) please cc led lists with led issue.
gpio.c
drivers/net/wireless/ath/ath9k/gpio.o: In function `ath_deinit_leds':
gpio.c:(.text+0x604): undefined reference to `led_classdev_unregister'
gpio.c:(.text+0x604): relocation truncated to fit: R_AARCH64_CALL26
against undefined symbol `led_classdev_unregister'
drivers/net/wireless/ath/ath9k/gpio.o: In function `ath_init_leds':
gpio.c:(.text+0x708): undefined reference to `led_classdev_register_ext'
gpio.c:(.text+0x708): relocation truncated to fit: R_AARCH64_CALL26
against undefined symbol `led_classdev_register_ext'
Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
Signed-off-by: Zhang Jianhua <zhangjianhua18@xxxxxxxxxx>
b) probably does not work as LED_CLASS depends on NEW_LEDS...?
Best regards,
Pavel