projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78710a7
)
soc: imx8m: Add MODULE_LICENSE
author
Jindong Yue
<jindong.yue@nxp.com>
Wed, 1 Mar 2023 13:05:56 +0000
(21:05 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 14 Mar 2023 03:36:50 +0000
(11:36 +0800)
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>
drivers/soc/imx/soc-imx8m.c
patch
|
blob
|
history
diff --git
a/drivers/soc/imx/soc-imx8m.c
b/drivers/soc/imx/soc-imx8m.c
index 32ed9dc88e45563e346bbfdfda8b22d34b9c2139..1dcd243df5677aa39dcbc76b876cdbbd435ceb43 100644
(file)
--- 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");