summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include/mach/dma.h
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-05-14 17:58:29 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:41:40 -0800
commitad5c9dde210620973d860d6142c00466825fd62e (patch)
tree5b247e0e1ec3787a2e7564ca89f1ea0b882f3137 /arch/arm/mach-tegra/include/mach/dma.h
parente26ad6591b5521d988394e9d4bb975060a55dbcf (diff)
Revert "ARM: tegra: dma: Do not call complete callback on canceled requests"
This reverts commit 5dba29d1f761502e75320770fc4c6cf9c8e00998. Rebase-Id: Rb6889e4755716f5baa5c7f272ae7d8c8b6d97ba5
Diffstat (limited to 'arch/arm/mach-tegra/include/mach/dma.h')
-rw-r--r--arch/arm/mach-tegra/include/mach/dma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/dma.h b/arch/arm/mach-tegra/include/mach/dma.h
index 60b669ae3948..d385b7a251be 100644
--- a/arch/arm/mach-tegra/include/mach/dma.h
+++ b/arch/arm/mach-tegra/include/mach/dma.h
@@ -142,6 +142,7 @@ int tegra_dma_enqueue_req(struct tegra_dma_channel *ch,
struct tegra_dma_req *req);
int tegra_dma_dequeue_req(struct tegra_dma_channel *ch,
struct tegra_dma_req *req);
+void tegra_dma_dequeue(struct tegra_dma_channel *ch);
void tegra_dma_flush(struct tegra_dma_channel *ch);
bool tegra_dma_is_req_inflight(struct tegra_dma_channel *ch,