dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: mach-shmobile: Fix up gpio-leds pdata definition.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2010-08-16 14:54:35 +09:00
parent 2863e935a5
commit 8050fbf268
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ static struct gpio_led ap4evb_leds[] = {
static struct gpio_led_platform_data ap4evb_leds_pdata = {
.num_leds = ARRAY_SIZE(ap4evb_leds),
.leds = &ap4evb_leds,
.leds = ap4evb_leds,
};
static struct platform_device leds_device = {