On 8/11/22 09:10, 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?
`staticize' is not a verb. Anyway: Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>