提交 0604ca48 编写于 作者: A Axel Lin 提交者: Mark Brown

ASoC: Add missed MODULE_LICENSE("GPL") for imx-pcm-fiq

This driver can be built as module and the file header indicates that
the driver is published under the GPL.
Thus add MODULE_LICENSE("GPL") for it.
Signed-off-by: NAxel Lin <axel.lin@gmail.com>
Acked-by: NSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 36281376
......@@ -332,3 +332,5 @@ static struct platform_driver imx_pcm_driver = {
};
module_platform_driver(imx_pcm_driver);
MODULE_LICENSE("GPL");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册