MA-17597-3 mfd: imx-audiomix: add license for module build

Add license to support module build.

Signed-off-by: Jindong <jindong.yue@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
This commit is contained in:
Jindong 2020-08-05 18:25:29 +08:00
parent d29c65632f
commit dcdeb3260f
1 changed files with 1 additions and 0 deletions

View File

@ -46,3 +46,4 @@ static struct platform_driver imx_audiomix_driver = {
},
};
module_platform_driver(imx_audiomix_driver);
MODULE_LICENSE("GPL v2");