ASoC: imx: Add MODULE_LICENSE to DMA drivers
authorMark Brown <broonie@linaro.org>
Fri, 16 Aug 2013 11:07:19 +0000 (12:07 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 19 Aug 2013 13:31:02 +0000 (14:31 +0100)
Reported-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/imx-pcm-dma.c
sound/soc/fsl/imx-pcm-fiq.c

index f323ce09f881d76e762c73391c7724354b5d82b1..4dc1296688e9210531f904366dcc19603e0022ce 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/platform_device.h>
 #include <linux/dmaengine.h>
 #include <linux/types.h>
+#include <linux/module.h>
 
 #include <sound/core.h>
 #include <sound/pcm.h>
@@ -73,3 +74,5 @@ void imx_pcm_dma_exit(struct platform_device *pdev)
        snd_dmaengine_pcm_unregister(&pdev->dev);
 }
 EXPORT_SYMBOL_GPL(imx_pcm_dma_exit);
+
+MODULE_LICENSE("GPL");
index 3b2ba994beeef321dea1d002d5494b4b2d690950..34043c55f2a62f048232b09ff2f6165fd3726116 100644 (file)
@@ -408,3 +408,5 @@ void imx_pcm_fiq_exit(struct platform_device *pdev)
        snd_soc_unregister_platform(&pdev->dev);
 }
 EXPORT_SYMBOL_GPL(imx_pcm_fiq_exit);
+
+MODULE_LICENSE("GPL");
This page took 0.029889 seconds and 5 git commands to generate.