summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_asrc_dma.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-04-14 18:22:37 +0200
committerMark Brown <broonie@kernel.org>2022-04-19 12:06:18 +0100
commitc6547c2ed0e1487c91983faccad841611ab6a783 (patch)
treefff6e89cf0e492f76eeccdc586fb5808f6a0e2b5 /sound/soc/fsl/fsl_asrc_dma.c
parent819dc38b93e7e0606d71dde80896c139afe7ce48 (diff)
downloadlinux-stable-c6547c2ed0e1487c91983faccad841611ab6a783.tar.gz
linux-stable-c6547c2ed0e1487c91983faccad841611ab6a783.tar.bz2
linux-stable-c6547c2ed0e1487c91983faccad841611ab6a783.zip
dmaengine: imx: Move header to include/dma/
The i.MX DMA drivers are device tree only, nothing in include/linux/platform_data/dma-imx.h has platform_data in it, so move the file to include/linux/dma/imx-dma.h. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-By: Vinod Koul <vkoul@kernel.org> Link: https://lore.kernel.org/r/20220414162249.3934543-10-s.hauer@pengutronix.de Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/fsl_asrc_dma.c')
-rw-r--r--sound/soc/fsl/fsl_asrc_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_asrc_dma.c b/sound/soc/fsl/fsl_asrc_dma.c
index cd9b36ec0ecb..5038faf035cb 100644
--- a/sound/soc/fsl/fsl_asrc_dma.c
+++ b/sound/soc/fsl/fsl_asrc_dma.c
@@ -8,7 +8,7 @@
#include <linux/dma-mapping.h>
#include <linux/module.h>
-#include <linux/platform_data/dma-imx.h>
+#include <linux/dma/imx-dma.h>
#include <sound/dmaengine_pcm.h>
#include <sound/pcm_params.h>