The newly added sleep-r8a7740.S file in shmobile does not
actually build because of renamed symbols.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Bastian Hecht <hechtb+renesas@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
wfi_loop:
bl cpu_v7_do_idle
b wfi_loop
-ENDPROC(r8a7740)
+ENDPROC(r8a7740_shutdown)
.text
ENTRY(v7_cpu_resume)
ENTRY(r8a7740_resume)
ldr pc, 1f
1: .long v7_cpu_resume - PAGE_OFFSET + PLAT_PHYS_OFFSET
-ENDPROC(r8a7740_resume_core_standby)
+ENDPROC(r8a7740_resume)
#endif