scsi: ufs: ufs-exynos: Fix build warning
authorAlim Akhtar <alim.akhtar@samsung.com>
Thu, 25 Jun 2020 15:44:05 +0000 (21:14 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 27 Jun 2020 02:22:54 +0000 (22:22 -0400)
While building for x86_64 allmodconfig, the following warning was reported:

WARNING: modpost: missing MODULE_LICENSE() in drivers/scsi/ufs/ufs-exynos.o

Add the missing license/author/description tags.

Link: https://lore.kernel.org/r/20200625154405.60448-1-alim.akhtar@samsung.com
Fixes: 55f4b1f73631 ("scsi: ufs: ufs-exynos: Add UFS host support for Exynos SoCs")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ufs/ufs-exynos.c

index 16544b3dad47ad6c5f9aa31d973db4c3af5eb2df..b0796066a449dcbf56581b384f570353f380e526 100644 (file)
@@ -1290,3 +1290,8 @@ static struct platform_driver exynos_ufs_pltform = {
        },
 };
 module_platform_driver(exynos_ufs_pltform);
+
+MODULE_AUTHOR("Alim Akhtar <alim.akhtar@samsung.com>");
+MODULE_AUTHOR("Seungwon Jeon  <essuuj@gmail.com>");
+MODULE_DESCRIPTION("Exynos UFS HCI Driver");
+MODULE_LICENSE("GPL v2");