diff options
author | Olof Johansson <olof@lixom.net> | 2012-03-08 10:56:12 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-03-08 10:56:12 -0800 |
commit | c66fcfa938d84d4661c77e9fe85312dece0133e8 (patch) | |
tree | 06cb95cb2f5c29d6767029a0a1b0c8aa49c44963 /arch/arm/mach-omap2/omap4-common.c | |
parent | 48546cc0a5c2deac67c9a3cafa3889871b25a4c0 (diff) | |
parent | cc4ad9072cce2bf0eeae1fb197e42612fbac1f15 (diff) | |
download | linux-c66fcfa938d84d4661c77e9fe85312dece0133e8.tar.bz2 |
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: OMAP2+: Fix module build errors with CONFIG_OMAP4_ERRATA_I688
ARM: OMAP: id: Add missing break statement in omap3xxx_check_revision
ARM: OMAP2+: Remove apply_uV constraints for fixed regulator
ARM: OMAP: irqs: Fix NR_IRQS value to handle PRCM interrupts
Diffstat (limited to 'arch/arm/mach-omap2/omap4-common.c')
-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 @@ #include "common.h" #include "omap4-sar-layout.h" +#include <linux/export.h> #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) |