projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2863e93
)
ARM: mach-shmobile: Fix up gpio-leds pdata definition.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 16 Aug 2010 05:54:35 +0000
(14:54 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 16 Aug 2010 05:54:35 +0000
(14:54 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ap4evb.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-shmobile/board-ap4evb.c
b/arch/arm/mach-shmobile/board-ap4evb.c
index 98c1cf76c2b42dbbb795d2fc4f4dd9b81fea5737..8afdb1dab0296795a77b6519add8a59aaf1dc301 100644
(file)
--- 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 = {