summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2010-07-24 00:15:11 -0500
committerRicardo Perez Olivares <x0081762@ti.com>2010-07-27 17:29:18 -0500
commit027d4e9a21b7f939a497a8c69d5d13828df86471 (patch)
tree209c39a28a670dbceb25d46048c0f05960d7724f
parentbedee42a2e1f182cc0328045e426b65a803bc783 (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