summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/dma.c
diff options
context:
space:
mode:
authorRahul Mittal <rmittal@nvidia.com>2011-09-14 15:04:32 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:54 -0800
commit62f7f99f98ce305e341e2316c9c573e28eb7668e (patch)
treea6585be4c5da133682e2efed44b9df8b45a570e9 /arch/arm/mach-tegra/dma.c
parent2dec63530f9ba6f6defdf930c6635750b0aad109 (diff)
arm:tegra: Add EXPORT_SYMBOL and ioctls for test framework
Added EXPORT_SYMBOL to functions to be used by loadable kernel module for audio test framework. Also added ioctl declarations for the same. Change-Id: Id8a023c1d76fd031c042c7c663bb0e1df2d33b5c Reviewed-on: http://git-master/r/52333 Tested-by: Rahul Mittal <rmittal@nvidia.com> Reviewed-by: Vijay Mali <vmali@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com> Rebase-Id: Rfdc9fd3b9a42b2ee601c273480f9986ab897f046
Diffstat (limited to 'arch/arm/mach-tegra/dma.c')
-rw-r--r--arch/arm/mach-tegra/dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/dma.c b/arch/arm/mach-tegra/dma.c
index 7a31a5da274d..c36c31d6ec01 100644
--- a/arch/arm/mach-tegra/dma.c
+++ b/arch/arm/mach-tegra/dma.c
@@ -197,6 +197,7 @@ int tegra_dma_cancel(struct tegra_dma_channel *ch)
spin_unlock_irqrestore(&ch->lock, irq_flags);
return 0;
}
+EXPORT_SYMBOL(tegra_dma_cancel);
static unsigned int get_channel_status(struct tegra_dma_channel *ch,
struct tegra_dma_req *req, bool is_stop_dma)