summaryrefslogtreecommitdiff
path: root/drivers/soc/imx
diff options
context:
space:
mode:
authorJindong Yue <jindong.yue@nxp.com>2023-03-01 16:05:56 +0300
committerShawn Guo <shawnguo@kernel.org>2023-03-14 06:36:50 +0300
commit280fe269059f8d3c127dd4c1ce24297d8e20d1e2 (patch)
tree4b4c283c43444808b2d4692921a740837021d71d /drivers/soc/imx
parent78710a72dc08da4cb2f65707acf4943e2b14c2e1 (diff)
downloadlinux-280fe269059f8d3c127dd4c1ce24297d8e20d1e2.tar.xz
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>
Diffstat (limited to 'drivers/soc/imx')
-rw-r--r--drivers/soc/imx/soc-imx8m.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/imx/soc-imx8m.c b/drivers/soc/imx/soc-imx8m.c
index 32ed9dc88e45..1dcd243df567 100644
--- a/drivers/soc/imx/soc-imx8m.c
+++ b/drivers/soc/imx/soc-imx8m.c
@@ -242,3 +242,4 @@ free_soc:
return ret;
}
device_initcall(imx8_soc_init);
+MODULE_LICENSE("GPL");