Led is not active low by default, register the watchdog

SVN-Revision: 9138
v19.07.3_mercusys_ac12_duma
Florian Fainelli 17 years ago
parent 06cc9686a6
commit 9a6b4fa7da

@ -56,7 +56,7 @@ static struct platform_device rdc_flash_device = {
/* LEDS */
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23)
static struct gpio_led default_leds[] = {
{ .name = "rdc:dmz", .gpio = 1, .active_low = 1, },
{ .name = "rdc:dmz", .gpio = 1, },
};
static struct gpio_led_platform_data rdc321x_led_data = {
@ -73,7 +73,7 @@ static struct platform_device rdc321x_leds = {
};
#else
static struct platform_device rdc321x_leds = {
.name "rdc321x-leds",
.name = "rdc321x-leds",
.id = -1,
.num_resources = 0,
};

@ -249,7 +249,7 @@ static struct platform_driver rdc321x_wdt_driver = {
.remove = rdc321x_wdt_remove,
.driver = {
.owner = THIS_MODULE,
.name = "rdc321x_wdt",
.name = "rdc321x-wdt",
},
};

Loading…
Cancel
Save