projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31ef51a
)
soc: imx: imx8m-blk-ctrl: Add MODULE_LICENSE
author
Jindong Yue
<jindong.yue@nxp.com>
Wed, 1 Mar 2023 13:05:55 +0000
(21:05 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 14 Mar 2023 03:36:48 +0000
(11:36 +0800)
Add MODULE_LICENSE to support building as a 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/imx8m-blk-ctrl.c
patch
|
blob
|
history
diff --git
a/drivers/soc/imx/imx8m-blk-ctrl.c
b/drivers/soc/imx/imx8m-blk-ctrl.c
index c8cf57337bbe71c04a76c41b61e8bf7abb32bbb4..9129c97b7a01a72fe06df08188f2409f52983a9d 100644
(file)
--- a/
drivers/soc/imx/imx8m-blk-ctrl.c
+++ b/
drivers/soc/imx/imx8m-blk-ctrl.c
@@
-895,3
+895,4
@@
static struct platform_driver imx8m_blk_ctrl_driver = {
},
};
module_platform_driver(imx8m_blk_ctrl_driver);
+MODULE_LICENSE("GPL");