Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit beccb12f authored by Paul Mundt's avatar Paul Mundt
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,