linux/arch/arm/mach-at91
Arnd Bergmann cc7a938f5f ARM: at91: select CONFIG_ARM_CPU_SUSPEND
The reference to cpu_resume requires the corresponding
generic code to be enabled when CONFIG_PM is set:

arch/arm/mach-at91/pm.o: In function `sama5d2_pm_init':
pm.c:(.init.text+0x5e8): undefined reference to `cpu_resume'

Fixes: 24a0f5c539 ("ARM: at91: pm: Add sama5d2 backup mode")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
2017-05-29 11:06:56 +02:00
..
at91rm9200.c ARM: at91: move SoC detection to its own driver 2017-03-31 20:36:10 +02:00
at91sam9.c ARM: at91: move SoC detection to its own driver 2017-03-31 20:36:10 +02:00
generic.h ARM: at91: pm: Merge all at91sam9*_pm_init 2017-03-31 20:36:09 +02:00
Kconfig ARM: at91: select CONFIG_ARM_CPU_SUSPEND 2017-05-29 11:06:56 +02:00
Makefile ARM: at91: move SoC detection to its own driver 2017-03-31 20:36:10 +02:00
pm_data-offsets.c ARM: at91: pm: Use struct at91_pm_data in pm_suspend.S 2017-03-31 20:36:05 +02:00
pm_suspend.S ARM: at91: pm: correct typo 2017-03-31 20:36:10 +02:00
pm.c ARM: at91: pm: Remove at91_pm_set_standby 2017-03-31 20:36:09 +02:00
pm.h ARM: at91: pm: Use struct at91_pm_data in pm_suspend.S 2017-03-31 20:36:05 +02:00
sama5.c ARM: at91: move SoC detection to its own driver 2017-03-31 20:36:10 +02:00