summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2010-07-24 00:15:11 -0500
committerSebastien Jan <s-jan@ti.com>2010-07-26 16:18:02 +0200
commit7a2161a876ddb9d41537e26f22063676391164ba (patch)
tree6aa0698628ab65771b636505e81e7ed5c9f8f3ae
parent00b740f9a8c598648cc8ae42d507638328ab84fd (diff)
ARM:DMA: Export the temp_user_dma_op function
The userspace cache flush and invalidate API have been modified in SysLink to go through an ioctl interface to resolve the compile issue with the latest Ubuntu toolchain. The DMA kernel function used for cache functionality therefore need to be exported so that SysLink can build successfully as modules. Signed-off-by: Suman Anna <s-anna@ti.com>
-rw-r--r--arch/arm/mm/dma-mapping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mm/dma-mapping.c b/arch/arm/mm/dma-mapping.c
index 20a3e7fea2c4..fe66721b047b 100644
--- a/arch/arm/mm/dma-mapping.c
+++ b/arch/arm/mm/dma-mapping.c
@@ -704,4 +704,5 @@ int temp_user_dma_op(unsigned long start, unsigned long end, int op)
return 0;
}
+EXPORT_SYMBOL(temp_user_dma_op);
#endif