diff options
author | 2023-03-01 21:05:55 +0800 | |
---|---|---|
committer | 2023-03-14 11:36:48 +0800 | |
commit | 78710a72dc08da4cb2f65707acf4943e2b14c2e1 (patch) | |
tree | 620db192cbda1b36996d6841bc615b8a7b57e82d | |
parent | soc: imx: imx8m-blk-ctrl: Use dev_pm_domain_attach_by_name (diff) | |
download | wireguard-linux-78710a72dc08da4cb2f65707acf4943e2b14c2e1.tar.xz wireguard-linux-78710a72dc08da4cb2f65707acf4943e2b14c2e1.zip |
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 '')
-rw-r--r-- | drivers/soc/imx/imx8m-blk-ctrl.c | 1 |
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"); |