Commit 3c1c32d3765876b72570966c819fac4b8c646394

Authored by Mark Brown
1 parent 70a39b930f

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
... ... @@ -408,4 +408,6 @@
408 408 snd_soc_unregister_platform(&pdev->dev);
409 409 }
410 410 EXPORT_SYMBOL_GPL(imx_pcm_fiq_exit);
  411 +
  412 +MODULE_LICENSE("GPL");