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 7d5711611f2f..a0728c33e5d9 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -11,7 +11,6 @@ | |||
11 | * published by the Free Software Foundation. | 11 | * published by the Free Software Foundation. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <linux/config.h> | ||
15 | #include <linux/module.h> | 14 | #include <linux/module.h> |
16 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
17 | #include <linux/init.h> | 16 | #include <linux/init.h> |
@@ -27,6 +26,7 @@ | |||
27 | extern void omap_sram_init(void); | 26 | extern void omap_sram_init(void); |
28 | extern int omap2_clk_init(void); | 27 | extern int omap2_clk_init(void); |
29 | extern void omap2_check_revision(void); | 28 | extern void omap2_check_revision(void); |
29 | extern void gpmc_init(void); | ||
30 | 30 | ||
31 | /* | 31 | /* |
32 | * The machine specific code may provide the extra mapping besides the | 32 | * The machine specific code may provide the extra mapping besides the |
@@ -67,4 +67,5 @@ void __init omap2_init_common_hw(void) | |||
67 | { | 67 | { |
68 | omap2_mux_init(); | 68 | omap2_mux_init(); |
69 | omap2_clk_init(); | 69 | omap2_clk_init(); |
70 | gpmc_init(); | ||
70 | } | 71 | } |