ASoC: imx: Add MODULE_LICENSE to DMA drivers
Reported-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
70a39b930f
commit
3c1c32d376
2 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
#include <linux/dmaengine.h>
|
#include <linux/dmaengine.h>
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
|
||||||
#include <sound/core.h>
|
#include <sound/core.h>
|
||||||
#include <sound/pcm.h>
|
#include <sound/pcm.h>
|
||||||
|
@ -73,3 +74,5 @@ void imx_pcm_dma_exit(struct platform_device *pdev)
|
||||||
snd_dmaengine_pcm_unregister(&pdev->dev);
|
snd_dmaengine_pcm_unregister(&pdev->dev);
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(imx_pcm_dma_exit);
|
EXPORT_SYMBOL_GPL(imx_pcm_dma_exit);
|
||||||
|
|
||||||
|
MODULE_LICENSE("GPL");
|
||||||
|
|
|
@ -408,3 +408,5 @@ void imx_pcm_fiq_exit(struct platform_device *pdev)
|
||||||
snd_soc_unregister_platform(&pdev->dev);
|
snd_soc_unregister_platform(&pdev->dev);
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(imx_pcm_fiq_exit);
|
EXPORT_SYMBOL_GPL(imx_pcm_fiq_exit);
|
||||||
|
|
||||||
|
MODULE_LICENSE("GPL");
|
||||||
|
|
Loading…
Add table
Reference in a new issue