Skip to content

Commit 280fe26

Browse files
JDYueShawn Guo
authored andcommitted
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>
1 parent 78710a7 commit 280fe26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/imx/soc-imx8m.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,4 @@ static int __init imx8_soc_init(void)
242242
return ret;
243243
}
244244
device_initcall(imx8_soc_init);
245+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)