[rdc] convert gpio code to use gpiolib, make rdc321x:dmz led work again
[openwrt.git] / target / linux / rdc / files-2.6.30 / arch / x86 / mach-rdc321x / platform.c
index f59cb15..3c2cec7 100644 (file)
@@ -79,7 +79,7 @@ static struct platform_device rdc_flash_device = {
 
 /* LEDS */
 static struct gpio_led default_leds[] = {
-       { .name = "rdc321x:dmz", .gpio = 1, },
+       { .name = "rdc321x:dmz", .gpio = 1, .active_low = 1},
 };
 
 static struct gpio_led_platform_data rdc321x_led_data = {