Skip to content

Commit

Permalink
ARM: mach-shmobile: Fix up gpio-leds pdata definition.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Aug 16, 2010
1 parent 2863e93 commit 8050fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 8050fbf

Please sign in to comment.