Commit beccb12f authored by Paul Mundt's avatar Paul Mundt

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 9848f2f3
...@@ -657,7 +657,7 @@ static struct platform_device *ap4evb_devices[] __initdata = { ...@@ -657,7 +657,7 @@ static struct platform_device *ap4evb_devices[] __initdata = {
&sdhi1_device, &sdhi1_device,
&usb1_host_device, &usb1_host_device,
&fsi_device, &fsi_device,
&sh_mmcif_device &sh_mmcif_device,
&lcdc1_device, &lcdc1_device,
&lcdc_device, &lcdc_device,
&hdmi_device, &hdmi_device,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment