aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r--arch/arm/mach-omap2/io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 82dc70f6b779..a57a4295ce23 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -26,6 +26,7 @@
26extern void omap_sram_init(void); 26extern void omap_sram_init(void);
27extern int omap2_clk_init(void); 27extern int omap2_clk_init(void);
28extern void omap2_check_revision(void); 28extern void omap2_check_revision(void);
29extern void omap2_init_memory(void);
29extern void gpmc_init(void); 30extern void gpmc_init(void);
30extern void omapfb_reserve_sdram(void); 31extern void omapfb_reserve_sdram(void);
31 32
@@ -80,5 +81,6 @@ void __init omap2_init_common_hw(void)
80{ 81{
81 omap2_mux_init(); 82 omap2_mux_init();
82 omap2_clk_init(); 83 omap2_clk_init();
84 omap2_init_memory();
83 gpmc_init(); 85 gpmc_init();
84} 86}