diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-16 07:07:19 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-19 09:31:02 -0400 |
commit | 3c1c32d3765876b72570966c819fac4b8c646394 (patch) | |
tree | b547c5b642adadec4d70041ebf4b997f29e1b57d /sound/soc/fsl/imx-pcm-dma.c | |
parent | 70a39b930f286d9d2b68391291dc02b85a2128e3 (diff) |
ASoC: imx: Add MODULE_LICENSE to DMA drivers
Reported-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/imx-pcm-dma.c')
-rw-r--r-- | sound/soc/fsl/imx-pcm-dma.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-pcm-dma.c b/sound/soc/fsl/imx-pcm-dma.c index f323ce09f881..4dc1296688e9 100644 --- a/sound/soc/fsl/imx-pcm-dma.c +++ b/sound/soc/fsl/imx-pcm-dma.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/platform_device.h> | 14 | #include <linux/platform_device.h> |
15 | #include <linux/dmaengine.h> | 15 | #include <linux/dmaengine.h> |
16 | #include <linux/types.h> | 16 | #include <linux/types.h> |
17 | #include <linux/module.h> | ||
17 | 18 | ||
18 | #include <sound/core.h> | 19 | #include <sound/core.h> |
19 | #include <sound/pcm.h> | 20 | #include <sound/pcm.h> |
@@ -73,3 +74,5 @@ void imx_pcm_dma_exit(struct platform_device *pdev) | |||
73 | snd_dmaengine_pcm_unregister(&pdev->dev); | 74 | snd_dmaengine_pcm_unregister(&pdev->dev); |
74 | } | 75 | } |
75 | EXPORT_SYMBOL_GPL(imx_pcm_dma_exit); | 76 | EXPORT_SYMBOL_GPL(imx_pcm_dma_exit); |
77 | |||
78 | MODULE_LICENSE("GPL"); | ||