linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: atmel-pcm: remove unnecessary include
@ 2020-09-30 14:53 Alexandre Belloni
  2020-09-30 15:12 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2020-09-30 14:53 UTC (permalink / raw)
  To: Codrin Ciubotariu, Liam Girdwood, Mark Brown, Jaroslav Kysela,
	Takashi Iwai, Nicolas Ferre, Alexandre Belloni,
	Ludovic Desroches
  Cc: alsa-devel, linux-arm-kernel, linux-kernel

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>
---
 sound/soc/atmel/atmel-pcm-dma.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/atmel/atmel-pcm-dma.c b/sound/soc/atmel/atmel-pcm-dma.c
index e597e35459ce..96a8c7dba98f 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>
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: atmel-pcm: remove unnecessary include
  2020-09-30 14:53 [PATCH] ASoC: atmel-pcm: remove unnecessary include Alexandre Belloni
@ 2020-09-30 15:12 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2020-09-30 15:12 UTC (permalink / raw)
  To: Alexandre Belloni, Codrin Ciubotariu, Jaroslav Kysela,
	Nicolas Ferre, Liam Girdwood, Ludovic Desroches, Takashi Iwai
  Cc: linux-kernel, linux-arm-kernel, alsa-devel

On Wed, 30 Sep 2020 16:53:30 +0200, Alexandre Belloni wrote:
> 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.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: atmel-pcm: remove unnecessary include
      commit: 62e5d7774629aac671c8c56a0ba016dbffb6dff2

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-30 15:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 14:53 [PATCH] ASoC: atmel-pcm: remove unnecessary include Alexandre Belloni
2020-09-30 15:12 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).