diff options
author | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:29 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:29 -0400 |
commit | b5e8905bcd7a794b667f6d5eabcb036f25358fdb (patch) | |
tree | f4e488d39bb59d57ca8cff6a45df29624fcd6049 /arch/arm/mach-omap2/board-2430sdp.c | |
parent | dba638d22d5af5486a861e08ab46e57abef7049a (diff) |
omap: Move omap2 FS USB platform init code into mach-omap2/usb-fs.c
Move omap2 FS USB platform init code into mach-omap2/usb-fs.c. This will
allow further work later on to use omap hwmod for initializing the
device.
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-2430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-2430sdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index a11a575745e4..ec920c90a526 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c | |||
@@ -226,7 +226,7 @@ static void __init omap_2430sdp_init(void) | |||
226 | platform_add_devices(sdp2430_devices, ARRAY_SIZE(sdp2430_devices)); | 226 | platform_add_devices(sdp2430_devices, ARRAY_SIZE(sdp2430_devices)); |
227 | omap_serial_init(); | 227 | omap_serial_init(); |
228 | omap2_hsmmc_init(mmc); | 228 | omap2_hsmmc_init(mmc); |
229 | omap_usb_init(&sdp2430_usb_config); | 229 | omap2_usbfs_init(&sdp2430_usb_config); |
230 | usb_musb_init(&musb_board_data); | 230 | usb_musb_init(&musb_board_data); |
231 | board_smc91x_init(); | 231 | board_smc91x_init(); |
232 | 232 | ||