projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af223ed
)
ASoC: atmel-pcm: remove unnecessary include
author
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Wed, 30 Sep 2020 14:53:30 +0000
(16:53 +0200)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/atmel/atmel-pcm-dma.c
b/sound/soc/atmel/atmel-pcm-dma.c
index e597e35459ce47d32df962175c2d8f10952f4990..96a8c7dba98ff29b6f27161de98d133594339d82 100644
(file)
--- 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>