diff options
author | Tony Lindgren <tony@atomide.com> | 2015-09-14 23:42:11 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-09-14 23:42:11 +0300 |
commit | 7168e947291f0ead07e5638b4599fb7845288b69 (patch) | |
tree | b39cdf02f6d2282eeb91696d4a1c7ddb6afb0e38 /arch/arm/mach-omap2/io.c | |
parent | 21b430d23d233c67e6589ea5054d18392e15a28e (diff) | |
parent | 60fdcb8863d9b4a8b6c6b367886fadb50d4c0b07 (diff) | |
download | linux-7168e947291f0ead07e5638b4599fb7845288b69.tar.xz |
Merge branch 'fixes-rc1' into omap-for-v4.3/fixes
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 6a4822dbb4ea..980c9372e6fd 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -352,6 +352,7 @@ void __init am33xx_map_io(void) void __init omap4_map_io(void) { iotable_init(omap44xx_io_desc, ARRAY_SIZE(omap44xx_io_desc)); + omap_barriers_init(); } #endif @@ -359,6 +360,7 @@ void __init omap4_map_io(void) void __init omap5_map_io(void) { iotable_init(omap54xx_io_desc, ARRAY_SIZE(omap54xx_io_desc)); + omap_barriers_init(); } #endif |