diff options
Diffstat (limited to 'arch/arm/mach-omap1/devices.c')
-rw-r--r-- | arch/arm/mach-omap1/devices.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c index 7c50ecf68123..48ef9888e820 100644 --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <mach/hardware.h> | 22 | #include <mach/hardware.h> |
23 | #include <asm/mach/map.h> | 23 | #include <asm/mach/map.h> |
24 | 24 | ||
25 | #include <plat/common.h> | ||
25 | #include <plat/tc.h> | 26 | #include <plat/tc.h> |
26 | #include <plat/board.h> | 27 | #include <plat/board.h> |
27 | #include <plat/mux.h> | 28 | #include <plat/mux.h> |
@@ -291,6 +292,8 @@ static int __init omap1_init_devices(void) | |||
291 | if (!cpu_class_is_omap1()) | 292 | if (!cpu_class_is_omap1()) |
292 | return -ENODEV; | 293 | return -ENODEV; |
293 | 294 | ||
295 | omap_sram_init(); | ||
296 | |||
294 | /* please keep these calls, and their implementations above, | 297 | /* please keep these calls, and their implementations above, |
295 | * in alphabetical order so they're easier to sort through. | 298 | * in alphabetical order so they're easier to sort through. |
296 | */ | 299 | */ |