summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-multi/include/mach/barriers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-multi/include/mach/barriers.h b/arch/arm/mach-multi/include/mach/barriers.h
new file mode 100644
index 000000000000..ddc481801a31
--- /dev/null
+++ b/arch/arm/mach-multi/include/mach/barriers.h
@@ -0,0 +1,3 @@
+#ifdef CONFIG_ARCH_OMAP2PLUS
+#include <mach-omap2/barriers.h>
+#endif