soc: imx8m: Add MODULE_LICENSE

Add MODULE_LICENSE to support building as module.

Signed-off-by: Jindong Yue <jindong.yue@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Jindong Yue 2023-03-01 21:05:56 +08:00 committed by Shawn Guo
parent 78710a72dc
commit 280fe26905
1 changed files with 1 additions and 0 deletions

View File

@ -242,3 +242,4 @@ free_soc:
return ret;
}
device_initcall(imx8_soc_init);
MODULE_LICENSE("GPL");