aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2012-01-23 21:06:26 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2012-01-23 21:06:26 +0400
commitd200db2f2df5a58f21d55b82c731227739e3e650 (patch)
treef13876808c94423c54139b54ae528a0b0180aa8f
parentc2a5a3cfab76c6b1768c5f4d5ad73404c81d3767 (diff)
Get rid of "ERROR: "omap_bus_sync" undefined!" when building moduleslinux-linaro-3.2-2012.01-0
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--arch/arm/mach-omap2/omap4-common.c2
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 e8ef81adabb..0b80f74a0b2 100644
--- a/arch/arm/mach-omap2/omap4-common.c
+++ b/arch/arm/mach-omap2/omap4-common.c
@@ -16,6 +16,7 @@
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/memblock.h>
+#include <linux/module.h>
#include <asm/hardware/gic.h>
#include <asm/hardware/cache-l2x0.h>
@@ -46,6 +47,7 @@ void omap_bus_sync(void)
isb();
}
}
+EXPORT_SYMBOL(omap_bus_sync);
int __init omap_barriers_init(void)
{