Commit a33a97c5 authored by Sachin Kamat's avatar Sachin Kamat Committed by Joerg Roedel

iommu/tegra-smmu: Staticize tegra_smmu_pm_ops

'tegra_smmu_pm_ops' is used only in this file. Make it static.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Acked-by: default avatarHiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: default avatarJoerg Roedel <joro@8bytes.org>
parent 8a788659
...@@ -1254,7 +1254,7 @@ static int tegra_smmu_remove(struct platform_device *pdev) ...@@ -1254,7 +1254,7 @@ static int tegra_smmu_remove(struct platform_device *pdev)
return 0; return 0;
} }
const struct dev_pm_ops tegra_smmu_pm_ops = { static const struct dev_pm_ops tegra_smmu_pm_ops = {
.suspend = tegra_smmu_suspend, .suspend = tegra_smmu_suspend,
.resume = tegra_smmu_resume, .resume = tegra_smmu_resume,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment