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 <[email protected]> Reviewed-by: Peng Fan <[email protected]> Reviewed-by: Marco Felsch <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 78710a7 commit 280fe26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)