diff options
| -rw-r--r-- | arch/arm/mach-omap2/pm.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c index e742118fcfd..b355841f2b2 100644 --- a/arch/arm/mach-omap2/pm.c +++ b/arch/arm/mach-omap2/pm.c @@ -227,6 +227,9 @@ static int omap_pm_begin(suspend_state_t state)  static void omap_pm_end(void)  {  	cpu_idle_poll_ctrl(false); + +	if (cpu_is_omap34xx()) +		omap_prcm_irq_complete();  }  static void omap_pm_finish(void)  |