Skip to content

Commit

Permalink
ARM: mach-shmobile: Fix up ap4evb build for LCDC merge damage.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Aug 4, 2010
1 parent 9848f2f commit beccb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit beccb12

Please sign in to comment.