summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-08-16 14:54:35 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-08-16 14:54:35 +0900
commit8050fbf268c3bc09752ceece40aff5d3f4e3e182 (patch)
treecb1448a9f8709d3789139607e70cfc1f206b8c6a /arch/arm/mach-shmobile
parent2863e935a59b36d55522af8620112c64a56b4022 (diff)
ARM: mach-shmobile: Fix up gpio-leds pdata definition.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 98c1cf76c2b..8afdb1dab02 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 = {