mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
60153c77c1989bb201cec041986a21135bbdf1c9
Sparse is reporting following warnings: warning: symbol 'ufs_tegra_disable_mphy_slcg' was not declared. warning: symbol 'ufs_tegra_mphy_tx_advgran' was not declared. warning: symbol 'ufs_tegra_mphy_rx_advgran' was not declared. warning: symbol 'ufs_tegra_ufs_aux_ref_clk_enable' was not declared. warning: symbol 'ufs_tegra_ufs_aux_ref_clk_disable' was not declared. warning: symbol 'ufs_tegra_aux_reset_enable' was not declared warning: symbol 'ufs_tegra_ufs_aux_prog' was not declared. Resolve these issues by making them static and remove functions that are not getting called. Bug 3954363 Change-Id: I59b2feeb45c93d8e51dca4fb0d3c752043c15ecd Signed-off-by: Abhilash G <abhilashg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2855754 Reviewed-by: Ketan Patil <ketanp@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided