Message ID | 20200930145330.3043528-1-alexandre.belloni@bootlin.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 62e5d7774629aac671c8c56a0ba016dbffb6dff2 |
Headers | show |
Series | ASoC: atmel-pcm: remove unnecessary include | expand |
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
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>
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(-)