Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8050fbf2 authored by Paul Mundt's avatar Paul Mundt
Browse files

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



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 2863e935
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -676,7 +676,7 @@ static struct gpio_led ap4evb_leds[] = {


static struct gpio_led_platform_data ap4evb_leds_pdata = {
static struct gpio_led_platform_data ap4evb_leds_pdata = {
	.num_leds = ARRAY_SIZE(ap4evb_leds),
	.num_leds = ARRAY_SIZE(ap4evb_leds),
	.leds = &ap4evb_leds,
	.leds = ap4evb_leds,
};
};


static struct platform_device leds_device = {
static struct platform_device leds_device = {