Commit 3c1c32d3765876b72570966c819fac4b8c646394
1 parent
70a39b930f
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
ASoC: imx: Add MODULE_LICENSE to DMA drivers
Reported-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Mark Brown <broonie@linaro.org>
Showing 2 changed files with 5 additions and 0 deletions Side-by-side Diff
sound/soc/fsl/imx-pcm-dma.c
... | ... | @@ -14,6 +14,7 @@ |
14 | 14 | #include <linux/platform_device.h> |
15 | 15 | #include <linux/dmaengine.h> |
16 | 16 | #include <linux/types.h> |
17 | +#include <linux/module.h> | |
17 | 18 | |
18 | 19 | #include <sound/core.h> |
19 | 20 | #include <sound/pcm.h> |
... | ... | @@ -73,4 +74,6 @@ |
73 | 74 | snd_dmaengine_pcm_unregister(&pdev->dev); |
74 | 75 | } |
75 | 76 | EXPORT_SYMBOL_GPL(imx_pcm_dma_exit); |
77 | + | |
78 | +MODULE_LICENSE("GPL"); |
sound/soc/fsl/imx-pcm-fiq.c