diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-07-11 15:45:08 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-14 20:53:43 +0200 |
commit | dd2380e31cca0099aa49846e16103936aa9d818a (patch) | |
tree | a6c6495e1d6392285e3f8b799297a31e3fcb186f /sound/soc/samsung/s3c-i2s-v2.c | |
parent | ASoC: samsung: s3c24xx dmaengine follow-up (diff) | |
download | linux-dd2380e31cca0099aa49846e16103936aa9d818a.tar.xz linux-dd2380e31cca0099aa49846e16103936aa9d818a.zip |
ASoC: samsung: remove unused DMA data
The s3c_dma_client structures and the 'ch' and 'ops' members in
s3c_dma_params were only used by the legacy DMA driver and serve
no function any more. This removes any reference to them.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/samsung/s3c-i2s-v2.c')
-rw-r--r-- | sound/soc/samsung/s3c-i2s-v2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/samsung/s3c-i2s-v2.c b/sound/soc/samsung/s3c-i2s-v2.c index de6c321b8b68..df65c5b494b1 100644 --- a/sound/soc/samsung/s3c-i2s-v2.c +++ b/sound/soc/samsung/s3c-i2s-v2.c @@ -22,8 +22,6 @@ #include <sound/soc.h> #include <sound/pcm_params.h> -#include <mach/dma.h> - #include "regs-i2s-v2.h" #include "s3c-i2s-v2.h" #include "dma.h" |