aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/pm34xx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
index 7238a63e24e2..b77d82665abb 100644
--- a/arch/arm/mach-omap2/pm34xx.c
+++ b/arch/arm/mach-omap2/pm34xx.c
@@ -321,9 +321,10 @@ static void omap34xx_save_context(u32 *save)
321 *save++ = val; 321 *save++ = val;
322} 322}
323 323
324static void omap34xx_do_sram_idle(unsigned long save_state) 324static int omap34xx_do_sram_idle(unsigned long save_state)
325{ 325{
326 omap34xx_cpu_suspend(save_state); 326 omap34xx_cpu_suspend(save_state);
327 return 0;
327} 328}
328 329
329void omap_sram_idle(void) 330void omap_sram_idle(void)