aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-msm/dma.c')
-rw-r--r--arch/arm/mach-msm/dma.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/dma.c b/arch/arm/mach-msm/dma.c
index f8f6adfa07c6..fb9762464718 100644
--- a/arch/arm/mach-msm/dma.c
+++ b/arch/arm/mach-msm/dma.c
@@ -18,6 +18,7 @@
18#include <linux/io.h> 18#include <linux/io.h>
19#include <linux/interrupt.h> 19#include <linux/interrupt.h>
20#include <linux/completion.h> 20#include <linux/completion.h>
21#include <linux/module.h>
21#include <mach/dma.h> 22#include <mach/dma.h>
22#include <mach/msm_iomap.h> 23#include <mach/msm_iomap.h>
23 24
@@ -77,6 +78,7 @@ void msm_dmov_stop_cmd(unsigned id, struct msm_dmov_cmd *cmd, int graceful)
77{ 78{
78 writel((graceful << 31), DMOV_FLUSH0(id)); 79 writel((graceful << 31), DMOV_FLUSH0(id));
79} 80}
81EXPORT_SYMBOL_GPL(msm_dmov_stop_cmd);
80 82
81void msm_dmov_enqueue_cmd(unsigned id, struct msm_dmov_cmd *cmd) 83void msm_dmov_enqueue_cmd(unsigned id, struct msm_dmov_cmd *cmd)
82{ 84{
@@ -115,6 +117,7 @@ void msm_dmov_enqueue_cmd(unsigned id, struct msm_dmov_cmd *cmd)
115 } 117 }
116 spin_unlock_irqrestore(&msm_dmov_lock, irq_flags); 118 spin_unlock_irqrestore(&msm_dmov_lock, irq_flags);
117} 119}
120EXPORT_SYMBOL_GPL(msm_dmov_enqueue_cmd);
118 121
119struct msm_dmov_exec_cmdptr_cmd { 122struct msm_dmov_exec_cmdptr_cmd {
120 struct msm_dmov_cmd dmov_cmd; 123 struct msm_dmov_cmd dmov_cmd;