aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-12-11 19:32:52 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-12-11 19:32:52 +0000
commitaf7712e5a7fc15fd592355cdaeef6190b109c0dc (patch)
tree6a2a485a985a011ef74a5b2cc840b9ee0bf3a714 /target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c
parent257b1c59b61672250e9d77b8239db1394229e6ea (diff)
downloadmaster-187ad058-af7712e5a7fc15fd592355cdaeef6190b109c0dc.tar.gz
master-187ad058-af7712e5a7fc15fd592355cdaeef6190b109c0dc.tar.bz2
master-187ad058-af7712e5a7fc15fd592355cdaeef6190b109c0dc.zip
[rdc] convert gpio code to use gpiolib, make rdc321x:dmz led work again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18754 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c')
-rw-r--r--target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c b/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c
index f59cb15a7c..3c2cec721a 100644
--- a/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c
+++ b/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/platform.c
@@ -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 = {