diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-08-22 13:30:15 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-22 10:43:49 +0100 |
commit | a1ce31388dfc954fa034e5e840f7323a81cb9e90 (patch) | |
tree | 1924c6abced502438896ea53ac7dd8bfff9d483f | |
parent | c529ca4ab935c5a836bddec44cc80614df078a07 (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>
-rw-r--r-- | sound/soc/pxa/mmp-pcm.c | 1 |
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 @@ #include <linux/dmaengine.h> #include <linux/platform_data/dma-mmp_tdma.h> #include <linux/platform_data/mmp_audio.h> -#include <linux/dmaengine.h> #include <sound/pxa2xx-lib.h> #include <sound/core.h> |