On Wed, Jun 29, 2011 at 06:40:23PM +0200, [email protected] wrote:
> @@ -309,7 +308,7 @@ static irqreturn_t prcm_interrupt_handler (int irq, void 
> *dev_id)
>  
>  static void omap34xx_do_sram_idle(unsigned long save_state)
>  {
> -     _omap_sram_idle(omap3_arm_context, save_state);
> +     omap34xx_cpu_suspend(omap3_arm_context, save_state);

Actually, this should be called omap34xx_soc_suspend() or
omap34xx_finish_suspend() - finish_suspend() reflects the naming
of other such functions elsewhere.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to