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:
parent
78710a72dc
commit
280fe26905
|
@ -242,3 +242,4 @@ free_soc:
|
|||
return ret;
|
||||
}
|
||||
device_initcall(imx8_soc_init);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in New Issue