commit | 61f04ee83c768c556168b09d71f0dc87b4a6090a | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Sep 24 16:23:07 2009 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Thu Sep 24 16:23:07 2009 -0700 |
tree | 5ffd4ba00d49caf1a343e22d1cbd214131eeca37 | |
parent | af41a12f09cf78498f63d5cd726d604739671001 [diff] [blame] |
omap: Fix 44xx compile Looks like these patches were not tested that well.. Signed-off-by: Tony Lindgren <tony@atomide.com>
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c index faada9f..ae21868 100644 --- a/arch/arm/mach-omap2/serial.c +++ b/arch/arm/mach-omap2/serial.c
@@ -579,7 +579,7 @@ { .pdev = { .name = "serial8250", - .id = 3 + .id = 3, .dev = { .platform_data = serial_platform_data3, },