diff options
author | Jindong Yue <jindong.yue@nxp.com> | 2023-03-01 21:05:56 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-03-14 11:36:50 +0800 |
commit | 280fe269059f8d3c127dd4c1ce24297d8e20d1e2 (patch) | |
tree | 4b4c283c43444808b2d4692921a740837021d71d /drivers/soc/imx | |
parent | 78710a72dc08da4cb2f65707acf4943e2b14c2e1 (diff) |
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.c | 1 |
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"); |