Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
[pandora-kernel.git] / arch / arm / mach-omap1 / leds-innovator.c
index c8ffd1d..9b99c28 100644 (file)
@@ -1,10 +1,9 @@
 /*
  * linux/arch/arm/mach-omap1/leds-innovator.c
  */
-#include <linux/config.h>
 #include <linux/init.h>
 
-#include <asm/hardware.h>
+#include <mach/hardware.h>
 #include <asm/leds.h>
 #include <asm/system.h>
 
@@ -96,8 +95,5 @@ void innovator_leds_event(led_event_t evt)
                break;
        }
 
-       if (led_state & LED_STATE_ENABLED)
-               ;
-
        local_irq_restore(flags);
 }