]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap1/leds-innovator.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap1 / leds-innovator.c
index 8043b7d0f66e7008afc755051a959cc80275744d..e7835d6f53a0855d82e80265a22639a62fc9b3f7 100644 (file)
@@ -1,7 +1,6 @@
 /*
- * linux/arch/arm/mach-omap/leds-innovator.c
+ * 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);
 }