linux/drivers/power/reset
Arnd Bergmann b6d445f672 power: reset: ep93xx: add AUXILIARY_BUS dependency
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: 9fa7cdb436 ("power: reset: Add a driver for the ep93xx reset")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20241111104418.3891756-1-arnd@kernel.org
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
2024-11-12 00:07:00 +01:00
..
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