From 069d47f5fbd778ba27fa31d407280e6d20fbae98 Mon Sep 17 00:00:00 2001 From: R Sricharan Date: Fri, 2 Mar 2012 16:31:18 +0530 Subject: [PATCH] --- yaml --- r: 288355 b: refs/heads/master c: cc4ad9072cce2bf0eeae1fb197e42612fbac1f15 h: refs/heads/master i: 288353: 138f5f92cedb8372807ab4c029ff898a4505442a 288351: d87872029f60821915129678a41e86fa85eb2b43 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/omap4-common.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2c25ae8e970f..bb4d40485e6f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c2d1355476b555b54c26d20962211fcf06b8c55f +refs/heads/master: cc4ad9072cce2bf0eeae1fb197e42612fbac1f15 diff --git a/trunk/arch/arm/mach-omap2/omap4-common.c b/trunk/arch/arm/mach-omap2/omap4-common.c index ebc595091312..70de277f5c15 100644 --- a/trunk/arch/arm/mach-omap2/omap4-common.c +++ b/trunk/arch/arm/mach-omap2/omap4-common.c @@ -31,6 +31,7 @@ #include "common.h" #include "omap4-sar-layout.h" +#include #ifdef CONFIG_CACHE_L2X0 static void __iomem *l2cache_base; @@ -55,6 +56,7 @@ void omap_bus_sync(void) isb(); } } +EXPORT_SYMBOL(omap_bus_sync); /* Steal one page physical memory for barrier implementation */ int __init omap_barrier_reserve_memblock(void)