diff options
author | Tony Lindgren <tony@atomide.com> | 2011-02-14 15:40:20 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-02-14 15:40:49 -0800 |
commit | 44dc046e93eb98d41048954f700b1927f7e288ed (patch) | |
tree | cc3d2a75161d0be96a1dc4c3f17f91e1ffed3ca0 /arch/arm/mach-omap2/io.c | |
parent | 3dc3bad6f1b316d79d9d1d596a590b5097cb3dc4 (diff) | |
download | linux-44dc046e93eb98d41048954f700b1927f7e288ed.tar.bz2 |
omap2+: Make omap_hwmod_late_init into core_initcall
Otherwise things will fail with early_init changes.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index c2032041d26f..f89173ab4abe 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -400,8 +400,6 @@ void __init omap2_init_common_devices(struct omap_sdrc_params *sdrc_cs0, { omap_serial_early_init(); - omap_hwmod_late_init(); - if (cpu_is_omap24xx() || cpu_is_omap34xx()) { omap2_sdrc_init(sdrc_cs0, sdrc_cs1); _omap2_init_reprogram_sdrc(); |