diff options
| -rw-r--r-- | arch/arm/mach-omap2/omap4-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index ebc595091312..70de277f5c15 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | #include "common.h" | 32 | #include "common.h" |
| 33 | #include "omap4-sar-layout.h" | 33 | #include "omap4-sar-layout.h" |
| 34 | #include <linux/export.h> | ||
| 34 | 35 | ||
| 35 | #ifdef CONFIG_CACHE_L2X0 | 36 | #ifdef CONFIG_CACHE_L2X0 |
| 36 | static void __iomem *l2cache_base; | 37 | static void __iomem *l2cache_base; |
| @@ -55,6 +56,7 @@ void omap_bus_sync(void) | |||
| 55 | isb(); | 56 | isb(); |
| 56 | } | 57 | } |
| 57 | } | 58 | } |
| 59 | EXPORT_SYMBOL(omap_bus_sync); | ||
| 58 | 60 | ||
| 59 | /* Steal one page physical memory for barrier implementation */ | 61 | /* Steal one page physical memory for barrier implementation */ |
| 60 | int __init omap_barrier_reserve_memblock(void) | 62 | int __init omap_barrier_reserve_memblock(void) |
