patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / arm / mach-omap / leds-perseus2.c
index 7a24b3b..8dafc0d 100644 (file)
@@ -96,7 +96,7 @@ void perseus2_leds_event(led_event_t evt)
        /*
         *  Actually burn the LEDs
         */
-       omap_writew(~hw_led_state & 0xffff, OMAP730_FPGA_LEDS);
+       __raw_writew(~hw_led_state & 0xffff, OMAP730_FPGA_LEDS);
 
        local_irq_restore(flags);
 }