summaryrefslogtreecommitdiff
path: root/drivers/soc/imx
diff options
context:
space:
mode:
authorJindong Yue <jindong.yue@nxp.com>2023-03-01 16:05:55 +0300
committerShawn Guo <shawnguo@kernel.org>2023-03-14 06:36:48 +0300
commit78710a72dc08da4cb2f65707acf4943e2b14c2e1 (patch)
tree620db192cbda1b36996d6841bc615b8a7b57e82d /drivers/soc/imx
parent31ef51a4ae5e6e6745aae119a2836d7386652a2b (diff)
downloadlinux-78710a72dc08da4cb2f65707acf4943e2b14c2e1.tar.xz
soc: imx: imx8m-blk-ctrl: Add MODULE_LICENSE
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>
Diffstat (limited to 'drivers/soc/imx')
-rw-r--r--drivers/soc/imx/imx8m-blk-ctrl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/imx/imx8m-blk-ctrl.c b/drivers/soc/imx/imx8m-blk-ctrl.c
index c8cf57337bbe..9129c97b7a01 100644
--- 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");