]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit361c05a7416088436efe3609fec6b1cbe9a04987
tree62616c12c2375ee006c45e7bfdcaa8fcc1ab1e56
parentd5b3bf4e902e27ccb4b45fcf47ff71d3dddaa887
scsi: ufs: ufs-exynos: Fix build warning

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: 1f649e06e466 ("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