aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-08-22 04:00:15 -0400
committerMark Brown <broonie@linaro.org>2013-08-22 05:43:49 -0400
commita1ce31388dfc954fa034e5e840f7323a81cb9e90 (patch)
tree1924c6abced502438896ea53ac7dd8bfff9d483f /sound/soc/pxa
parentc529ca4ab935c5a836bddec44cc80614df078a07 (diff)
ASoC: pxa: Remove duplicate inclusion of dmaengine.h
dmaengine.h header file was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/pxa')
-rw-r--r--sound/soc/pxa/mmp-pcm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/pxa/mmp-pcm.c b/sound/soc/pxa/mmp-pcm.c
index 9a97843ab09f..8235e231d89c 100644
--- a/sound/soc/pxa/mmp-pcm.c
+++ b/sound/soc/pxa/mmp-pcm.c
@@ -17,7 +17,6 @@
17#include <linux/dmaengine.h> 17#include <linux/dmaengine.h>
18#include <linux/platform_data/dma-mmp_tdma.h> 18#include <linux/platform_data/dma-mmp_tdma.h>
19#include <linux/platform_data/mmp_audio.h> 19#include <linux/platform_data/mmp_audio.h>
20#include <linux/dmaengine.h>
21 20
22#include <sound/pxa2xx-lib.h> 21#include <sound/pxa2xx-lib.h>
23#include <sound/core.h> 22#include <sound/core.h>