summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-08-04 07:47:37 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2010-08-04 07:47:37 (GMT)
commitbeccb12f6fbcc73339f127ff1f00638f076c933f (patch)
tree0414819022971e71450a5288a4594685320a8005 /arch/arm/mach-shmobile
parent9848f2f305380574d186555e8ebbd15946265d52 (diff)
downloadlinux-fsl-qoriq-beccb12f6fbcc73339f127ff1f00638f076c933f.tar.xz
ARM: mach-shmobile: Fix up ap4evb build for LCDC merge damage.
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>
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 024f8f4..23d472f 100644
--- 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,