X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fmach-omap2%2Fio.c;h=a57a4295ce2308fc6c3a42fd4eb261f1f9e7161f;hb=f0ea9865d33309e2919b89c36c389ae5c37301cb;hp=82dc70f6b7795652829a01fa5a1c360ca1fc9cae;hpb=09e9e470993b0707bdce30a78c7724fe86a9402b;p=linux-2.6-omap-h63xx.git diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 82dc70f6b77..a57a4295ce2 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -26,6 +26,7 @@ extern void omap_sram_init(void); extern int omap2_clk_init(void); extern void omap2_check_revision(void); +extern void omap2_init_memory(void); extern void gpmc_init(void); extern void omapfb_reserve_sdram(void); @@ -80,5 +81,6 @@ void __init omap2_init_common_hw(void) { omap2_mux_init(); omap2_clk_init(); + omap2_init_memory(); gpmc_init(); }