Pull cpuidle into release branch
[pandora-kernel.git] / arch / arm / mach-omap1 / leds-innovator.c
index c8ffd1d..e7835d6 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * linux/arch/arm/mach-omap1/leds-innovator.c
  */
-#include <linux/config.h>
 #include <linux/init.h>
 
 #include <asm/hardware.h>
@@ -96,8 +95,5 @@ void innovator_leds_event(led_event_t evt)
                break;
        }
 
-       if (led_state & LED_STATE_ENABLED)
-               ;
-
        local_irq_restore(flags);
 }