Merge branch 'for-tony' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/usb...
authorTony Lindgren <tony@atomide.com>
Tue, 24 May 2011 07:04:49 +0000 (00:04 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 24 May 2011 07:04:49 +0000 (00:04 -0700)
1  2 
arch/arm/mach-omap2/board-am3517evm.c
arch/arm/mach-omap2/usb-musb.c

Simple merge
@@@ -122,18 -116,7 +122,13 @@@ void __init usb_musb_init(struct omap_m
        struct device                   *dev;
        int                             bus_id = -1;
        const char                      *oh_name, *name;
 +      struct omap_musb_board_data     *board_data;
 +
 +      if (musb_board_data)
 +              board_data = musb_board_data;
 +      else
 +              board_data = &musb_default_board_data;
  
-       if (cpu_is_omap3517() || cpu_is_omap3505()) {
-       } else if (cpu_is_omap44xx()) {
-               usb_musb_mux_init(board_data);
-       }
        /*
         * REVISIT: This line can be removed once all the platforms using
         * musb_core.c have been converted to use use clkdev.