projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9848f2f
)
ARM: mach-shmobile: Fix up ap4evb build for LCDC merge damage.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 4 Aug 2010 07:47:37 +0000
(16:47 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 4 Aug 2010 07:47:37 +0000
(16:47 +0900)
The merge of the LCDC patches chomped a trailing , from the device list,
add it back in.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ap4evb.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/board-ap4evb.c
b/arch/arm/mach-shmobile/board-ap4evb.c
index
024f8f4
..
23d472f
100644
(file)
--- a/
arch/arm/mach-shmobile/board-ap4evb.c
+++ b/
arch/arm/mach-shmobile/board-ap4evb.c
@@
-657,7
+657,7
@@
static struct platform_device *ap4evb_devices[] __initdata = {
&sdhi1_device,
&usb1_host_device,
&fsi_device,
- &sh_mmcif_device
+ &sh_mmcif_device
,
&lcdc1_device,
&lcdc_device,
&hdmi_device,