[PATCH] scsi: ufs: host: ufs-exynos: staticize fsd_ufs_drvs

Krzysztof Kozlowski krzysztof.kozlowski at linaro.org
Thu Aug 11 04:53:11 PDT 2022


On 11/08/2022 14:35, Alim Akhtar wrote:
> struct fsd_ufs_drvs is not used outside this file, so made it static.
> This fixes sparse warning:
> 
> drivers/ufs/host/ufs-exynos.c:1721:28: sparse: sparse:
> symbol 'fsd_ufs_drvs' was not declared. Should it be static?
> 
> Reported-by: kernel test robot <lkp at intel.com>
> Fixes: 216f74e8059a ("scsi: ufs: host: ufs-exynos: Add support for FSD UFS HCI")
> Signed-off-by: Alim Akhtar <alim.akhtar at samsung.com>

This should be static const.

Best regards,
Krzysztof



More information about the linux-arm-kernel mailing list