aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2020-09-30 16:53:30 +0200
committerMark Brown <broonie@kernel.org>2020-09-30 16:12:13 +0100
commit62e5d7774629aac671c8c56a0ba016dbffb6dff2 (patch)
tree6293cb66dc5928ae1195309c5ab5844e9fed09de /sound
parentaf223edd07b619749f7abc3e1db1933ac56d2e3e (diff)
downloadext4-62e5d7774629aac671c8c56a0ba016dbffb6dff2.tar.gz
ASoC: atmel-pcm: remove unnecessary include
Since commit 95e0e07e710e ("ASoC: atmel-pcm: use generic dmaengine framework"), the driver is using dmaengine and is not using any definition from include/linux/platform_data/dma-atmel.h, stop including it. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20200930145330.3043528-1-alexandre.belloni@bootlin.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/atmel/atmel-pcm-dma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/atmel/atmel-pcm-dma.c b/sound/soc/atmel/atmel-pcm-dma.c
index e597e35459ce47..96a8c7dba98ff2 100644
--- a/sound/soc/atmel/atmel-pcm-dma.c
+++ b/sound/soc/atmel/atmel-pcm-dma.c
@@ -18,7 +18,6 @@
#include <linux/dma-mapping.h>
#include <linux/dmaengine.h>
#include <linux/atmel-ssc.h>
-#include <linux/platform_data/dma-atmel.h>
#include <sound/core.h>
#include <sound/pcm.h>