diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 59458642e9eb..82dc70f6b779 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -27,6 +27,7 @@ extern void omap_sram_init(void); | |||
27 | extern int omap2_clk_init(void); | 27 | extern int omap2_clk_init(void); |
28 | extern void omap2_check_revision(void); | 28 | extern void omap2_check_revision(void); |
29 | extern void gpmc_init(void); | 29 | extern void gpmc_init(void); |
30 | extern void omapfb_reserve_sdram(void); | ||
30 | 31 | ||
31 | /* | 32 | /* |
32 | * The machine specific code may provide the extra mapping besides the | 33 | * The machine specific code may provide the extra mapping besides the |
@@ -72,7 +73,7 @@ void __init omap2_map_common_io(void) | |||
72 | 73 | ||
73 | omap2_check_revision(); | 74 | omap2_check_revision(); |
74 | omap_sram_init(); | 75 | omap_sram_init(); |
75 | omapfb_reserve_mem(); | 76 | omapfb_reserve_sdram(); |
76 | } | 77 | } |
77 | 78 | ||
78 | void __init omap2_init_common_hw(void) | 79 | void __init omap2_init_common_hw(void) |