mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 03:35:32 -04:00
pmdomain: imx8m{p,}-blk-ctrl: Add MODULE_DESCRIPTION
Without a module description modpost emits a build warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pmdomain/imx/imx8m-blk-ctrl.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pmdomain/imx/imx8mp-blk-ctrl.o So add the required string to these two drivers. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Ulf Hansson <ulfh@kernel.org>
This commit is contained in:
committed by
Ulf Hansson
parent
20b6845753
commit
3ac5e4fe70
@@ -953,4 +953,5 @@ static struct platform_driver imx8m_blk_ctrl_driver = {
|
||||
},
|
||||
};
|
||||
module_platform_driver(imx8m_blk_ctrl_driver);
|
||||
MODULE_DESCRIPTION("NXP i.MX8M power domain driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
@@ -890,4 +890,5 @@ static struct platform_driver imx8mp_blk_ctrl_driver = {
|
||||
},
|
||||
};
|
||||
module_platform_driver(imx8mp_blk_ctrl_driver);
|
||||
MODULE_DESCRIPTION("NXP i.MX8MP power domain driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
Reference in New Issue
Block a user