Merge branch '2_6_32_for_next' of git://git.pwsan.com/linux-2.6 into for-next
authorTony Lindgren <tony@atomide.com>
Thu, 3 Sep 2009 17:17:39 +0000 (10:17 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 3 Sep 2009 17:17:39 +0000 (10:17 -0700)
1  2 
arch/arm/mach-omap2/board-3430sdp.c
arch/arm/mach-omap2/powerdomain.c
arch/arm/mach-omap2/serial.c

Simple merge
Simple merge
@@@ -565,20 -550,9 +565,20 @@@ static struct omap_uart_state omap_uart
                        },
                },
        },
 +#ifdef CONFIG_ARCH_OMAP4
 +      {
 +              .pdev = {
 +                      .name                   = "serial8250",
 +                      .id                     = 3
 +                      .dev                    = {
 +                              .platform_data  = serial_platform_data3,
 +                      },
 +              },
 +      },
 +#endif
  };
  
- void __init omap_serial_init(void)
+ void __init omap_serial_early_init(void)
  {
        int i;
        char name[16];