ARM: OMAP2+: PM: Remove bogus fiq_[enable/disable] tuple
[pandora-kernel.git] / arch / arm / mach-omap2 / pm24xx.c
index cf0c216..4797c11 100644 (file)
@@ -251,7 +251,6 @@ static int omap2_can_sleep(void)
 static void omap2_pm_idle(void)
 {
        local_irq_disable();
-       local_fiq_disable();
 
        if (!omap2_can_sleep()) {
                if (omap_irq_pending())
@@ -266,7 +265,6 @@ static void omap2_pm_idle(void)
        omap2_enter_full_retention();
 
 out:
-       local_fiq_enable();
        local_irq_enable();
 }