mirror of https://github.com/torvalds/linux.git
This fails to link when compile-testing and the auxiliary bus is not built-in:
x86_64-linux-ld: drivers/power/reset/ep93xx-restart.o: in function `ep93xx_reboot_driver_init':
ep93xx-restart.c:(.init.text+0x11): undefined reference to `__auxiliary_driver_register'
x86_64-linux-ld: drivers/power/reset/ep93xx-restart.o: in function `ep93xx_reboot_driver_exit':
ep93xx-restart.c:(.exit.text+0x8): undefined reference to `auxiliary_driver_unregister'
Add the appropriate dependency.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| arm-versatile-reboot.c | ||
| as3722-poweroff.c | ||
| at91-poweroff.c | ||
| at91-reset.c | ||
| at91-sama5d2_shdwc.c | ||
| atc260x-poweroff.c | ||
| axxia-reset.c | ||
| brcm-kona-reset.c | ||
| brcmstb-reboot.c | ||
| ep93xx-restart.c | ||
| gemini-poweroff.c | ||
| gpio-poweroff.c | ||
| gpio-restart.c | ||
| hisi-reboot.c | ||
| keystone-reset.c | ||
| linkstation-poweroff.c | ||
| ltc2952-poweroff.c | ||
| msm-poweroff.c | ||
| mt6323-poweroff.c | ||
| nvmem-reboot-mode.c | ||
| ocelot-reset.c | ||
| odroid-go-ultra-poweroff.c | ||
| piix4-poweroff.c | ||
| pwr-mlxbf.c | ||
| qcom-pon.c | ||
| qnap-poweroff.c | ||
| reboot-mode.c | ||
| regulator-poweroff.c | ||
| restart-poweroff.c | ||
| rmobile-reset.c | ||
| sc27xx-poweroff.c | ||
| st-poweroff.c | ||
| syscon-poweroff.c | ||
| syscon-reboot-mode.c | ||
| syscon-reboot.c | ||
| tps65086-restart.c | ||
| vexpress-poweroff.c | ||
| xgene-reboot.c | ||