diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 3203128eef7d..0b73d3153604 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -304,6 +304,7 @@ void __init omapam33xx_map_common_io(void) | |||
304 | void __init omap44xx_map_common_io(void) | 304 | void __init omap44xx_map_common_io(void) |
305 | { | 305 | { |
306 | iotable_init(omap44xx_io_desc, ARRAY_SIZE(omap44xx_io_desc)); | 306 | iotable_init(omap44xx_io_desc, ARRAY_SIZE(omap44xx_io_desc)); |
307 | omap_barriers_init(); | ||
307 | } | 308 | } |
308 | #endif | 309 | #endif |
309 | 310 | ||