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-apollon.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-apollon.c')
-rw-r--r-- | arch/arm/mach-omap2/board-apollon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c index aa69fb99974..987b24d400a 100644 --- a/arch/arm/mach-omap2/board-apollon.c +++ b/arch/arm/mach-omap2/board-apollon.c | |||
@@ -306,7 +306,7 @@ static void __init apollon_usb_init(void) | |||
306 | omap_cfg_reg(P21_242X_GPIO12); | 306 | omap_cfg_reg(P21_242X_GPIO12); |
307 | gpio_request(12, "USB suspend"); | 307 | gpio_request(12, "USB suspend"); |
308 | gpio_direction_output(12, 0); | 308 | gpio_direction_output(12, 0); |
309 | omap_usb_init(&apollon_usb_config); | 309 | omap2_usbfs_init(&apollon_usb_config); |
310 | } | 310 | } |
311 | 311 | ||
312 | static void __init omap_apollon_init(void) | 312 | static void __init omap_apollon_init(void) |