linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / arm / mach-pxa / leds-mainstone.c
index 065293e..bbd3f87 100644 (file)
@@ -10,6 +10,7 @@
  * published by the Free Software Foundation.
  */
 
+#include <linux/config.h>
 #include <linux/init.h>
 
 #include <asm/hardware.h>
@@ -84,7 +85,7 @@ void mainstone_leds_event(led_event_t evt)
                break;
 
        case led_green_on:
-               hw_led_state |= D21;
+               hw_led_state |= D21;;
                break;
 
        case led_green_off:
@@ -92,7 +93,7 @@ void mainstone_leds_event(led_event_t evt)
                break;
 
        case led_amber_on:
-               hw_led_state |= D22;
+               hw_led_state |= D22;;
                break;
 
        case led_amber_off:
@@ -100,7 +101,7 @@ void mainstone_leds_event(led_event_t evt)
                break;
 
        case led_red_on:
-               hw_led_state |= D23;
+               hw_led_state |= D23;;
                break;
 
        case led_red_off: