From d200db2f2df5a58f21d55b82c731227739e3e650 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 23 Jan 2012 21:06:26 +0400 Subject: Get rid of "ERROR: "omap_bus_sync" undefined!" when building modules Signed-off-by: Andrey Konovalov --- arch/arm/mach-omap2/omap4-common.c | 2 ++ 1 file changed, 2 insertions(+) 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 #include #include +#include #include #include @@ -46,6 +47,7 @@ void omap_bus_sync(void) isb(); } } +EXPORT_SYMBOL(omap_bus_sync); int __init omap_barriers_init(void) { -- cgit v1.2.3