ASoC: atmel-pcm: remove unnecessary include
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 30 Sep 2020 14:53:30 +0000 (16:53 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 30 Sep 2020 15:12:13 +0000 (16:12 +0100)
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>
sound/soc/atmel/atmel-pcm-dma.c

index e597e35..96a8c7d 100644 (file)
@@ -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>