From: Paul Mundt Date: Mon, 16 Aug 2010 05:54:35 +0000 (+0900) Subject: ARM: mach-shmobile: Fix up gpio-leds pdata definition. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8050fbf268c3bc09752ceece40aff5d3f4e3e182;p=deliverable%2Flinux.git ARM: mach-shmobile: Fix up gpio-leds pdata definition. Signed-off-by: Paul Mundt --- diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 98c1cf76c2b4..8afdb1dab029 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -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 = {