mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-24 16:01:19 -05:00
scsi: ufs-mediatek: Add missing MODULE_* information
When building the ufs-mediatek module the following warning shows up:
WARNING: modpost: missing MODULE_LICENSE() in
drivers/scsi/ufs/ufs-mediatek.o
Rework to add MODULE_LICENSE,MODULE_AUTHOR and MODULE_DESCRIPTION.
Fixes: ddd90623ce ("scsi: ufs-mediatek: Add UFS support for Mediatek SoC chips")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Stanley Chu <stanley.chu@mediatek.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
3aa222cdfc
commit
7766d129bb
@@ -360,4 +360,9 @@ static struct platform_driver ufs_mtk_pltform = {
|
||||
},
|
||||
};
|
||||
|
||||
MODULE_AUTHOR("Stanley Chu <stanley.chu@mediatek.com>");
|
||||
MODULE_AUTHOR("Peter Wang <peter.wang@mediatek.com>");
|
||||
MODULE_DESCRIPTION("MediaTek UFS Host Driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
||||
module_platform_driver(ufs_mtk_pltform);
|
||||
|
||||
Reference in New Issue
Block a user