diff options
Diffstat (limited to 'arch/arm/mach-imx/suspend-imx6.S')
-rw-r--r-- | arch/arm/mach-imx/suspend-imx6.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/suspend-imx6.S b/arch/arm/mach-imx/suspend-imx6.S index fe123b079c05..74b50f1982db 100644 --- a/arch/arm/mach-imx/suspend-imx6.S +++ b/arch/arm/mach-imx/suspend-imx6.S | |||
@@ -10,6 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/linkage.h> | 12 | #include <linux/linkage.h> |
13 | #include <asm/assembler.h> | ||
13 | #include <asm/asm-offsets.h> | 14 | #include <asm/asm-offsets.h> |
14 | #include <asm/hardware/cache-l2x0.h> | 15 | #include <asm/hardware/cache-l2x0.h> |
15 | #include "hardware.h" | 16 | #include "hardware.h" |
@@ -301,7 +302,7 @@ rbc_loop: | |||
301 | resume_mmdc | 302 | resume_mmdc |
302 | 303 | ||
303 | /* return to suspend finish */ | 304 | /* return to suspend finish */ |
304 | mov pc, lr | 305 | ret lr |
305 | 306 | ||
306 | resume: | 307 | resume: |
307 | /* invalidate L1 I-cache first */ | 308 | /* invalidate L1 I-cache first */ |
@@ -325,7 +326,7 @@ resume: | |||
325 | mov r5, #0x1 | 326 | mov r5, #0x1 |
326 | resume_mmdc | 327 | resume_mmdc |
327 | 328 | ||
328 | mov pc, lr | 329 | ret lr |
329 | ENDPROC(imx6_suspend) | 330 | ENDPROC(imx6_suspend) |
330 | 331 | ||
331 | /* | 332 | /* |