summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/serial.c
diff options
context:
space:
mode:
authorTony Lindgren2009-09-25 01:23:07 +0200
committerTony Lindgren2009-09-25 01:23:07 +0200
commit61f04ee83c768c556168b09d71f0dc87b4a6090a (patch)
tree5ffd4ba00d49caf1a343e22d1cbd214131eeca37 /arch/arm/mach-omap2/serial.c
parentomap: Fix mcspi compile for 2420 (diff)
downloadkernel-qcow2-linux-61f04ee83c768c556168b09d71f0dc87b4a6090a.tar.gz
kernel-qcow2-linux-61f04ee83c768c556168b09d71f0dc87b4a6090a.tar.xz
kernel-qcow2-linux-61f04ee83c768c556168b09d71f0dc87b4a6090a.zip
omap: Fix 44xx compile
Looks like these patches were not tested that well.. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/serial.c')
-rw-r--r--arch/arm/mach-omap2/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c
index faada9fbfbcf..ae2186892c85 100644
--- a/arch/arm/mach-omap2/serial.c
+++ b/arch/arm/mach-omap2/serial.c
@@ -579,7 +579,7 @@ static struct omap_uart_state omap_uart[OMAP_MAX_NR_PORTS] = {
{
.pdev = {
.name = "serial8250",
- .id = 3
+ .id = 3,
.dev = {
.platform_data = serial_platform_data3,
},