Skip to content

Commit

Permalink
iommu/tegra-smmu: Staticize tegra_smmu_pm_ops
Browse files Browse the repository at this point in the history
'tegra_smmu_pm_ops' is used only in this file. Make it static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
  • Loading branch information
Sachin Kamat authored and Joerg Roedel committed Nov 1, 2013
1 parent 8a78865 commit a33a97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iommu/tegra-smmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ static int tegra_smmu_remove(struct platform_device *pdev)
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,
.resume = tegra_smmu_resume,
};
Expand Down

0 comments on commit a33a97c

Please sign in to comment.