ufs: core: mark unexported functions as static
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Dec 2024 10:30:56 +0000 (11:30 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 18 Mar 2025 14:31:49 +0000 (15:31 +0100)
commitc20826be04046ebe7f5a03070cf00645e4380e35
tree0c290b975fd2b3e6d569c7c277321a8c4d69aa78
parent938ce571b89cdada5ee210150254972a07df6ef2
ufs: core: mark unexported functions as static

Mark the remaining local functions as static to avoid build
warnings.

Also drop the EXPORT_SYMBOL of ufshcd_map_desc_id_to_length.

Tested-by: Love Kumar <love.kumar@amd.com>
Link: https://lore.kernel.org/r/20241230-topic-ufs-cleanup-v2-2-4c6d7994a45d@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/ufs/ufs.c