aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra_pcm.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-09-27 15:55:04 -0600
committerStephen Warren <swarren@nvidia.com>2012-11-05 11:36:06 -0700
commit8a5d51fda0facccdfc13f6048520604e05b62732 (patch)
tree04157b9122284d493d074b93b924bda23ca62651 /sound/soc/tegra/tegra_pcm.h
parentARM: tegra: move tegra-ahb.h out of arch/arm/mach-tegra/ (diff)
downloadlinux-dev-8a5d51fda0facccdfc13f6048520604e05b62732.tar.xz
linux-dev-8a5d51fda0facccdfc13f6048520604e05b62732.zip
ARM: tegra: remove <mach/dma.h>
Remove includes of <mach/dma.h> from sound/soc; nothing from it is used. Remove include of <mach/dma.h> from mach-tegra/apbio.c; since the DMA transfers made by this file don't need flow-control with any peripheral, there's no need to set any slave ID. Once those changes are made, there are no remaining users of <mach/dma.h> so remove it. Drivers should get this information from device tree. This removal is necessary for single zImage. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra_pcm.h')
-rw-r--r--sound/soc/tegra/tegra_pcm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra_pcm.h b/sound/soc/tegra/tegra_pcm.h
index b40279b9f413..bc8b46af928e 100644
--- a/sound/soc/tegra/tegra_pcm.h
+++ b/sound/soc/tegra/tegra_pcm.h
@@ -31,8 +31,6 @@
#ifndef __TEGRA_PCM_H__
#define __TEGRA_PCM_H__
-#include <mach/dma.h>
-
struct tegra_pcm_dma_params {
unsigned long addr;
unsigned long wrap;