From: Paul Mundt Date: Wed, 4 Aug 2010 07:47:37 +0000 (+0900) Subject: ARM: mach-shmobile: Fix up ap4evb build for LCDC merge damage. X-Git-Tag: v2.6.36-rc1~102^2^2^2~1^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=beccb12f6fbcc73339f127ff1f00638f076c933f;p=karo-tx-linux.git 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 --- diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 024f8f4c2a33..23d472f9525e 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,