mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
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>
This commit is contained in:
parent
31ef51a4ae
commit
78710a72dc
|
|
@ -895,3 +895,4 @@ static struct platform_driver imx8m_blk_ctrl_driver = {
|
|||
},
|
||||
};
|
||||
module_platform_driver(imx8m_blk_ctrl_driver);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user