mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-11 23:21:22 +00:00
With LEDS_CLASS=m, a built-in qca8k driver fails to link:
arm-linux-gnueabi-ld: drivers/net/dsa/qca/qca8k-leds.o: in function `qca8k_setup_led_ctrl':
qca8k-leds.c:(.text+0x1ea): undefined reference to `devm_led_classdev_register_ext'
Change the dependency to avoid the broken configuration.
Fixes:
|
||
|---|---|---|
| .. | ||
| ar9331.c | ||
| Kconfig | ||
| Makefile | ||
| qca8k_leds.h | ||
| qca8k-8xxx.c | ||
| qca8k-common.c | ||
| qca8k-leds.c | ||
| qca8k.h | ||