iommu/tegra-smmu: Staticize tegra_smmu_pm_ops
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 8 Oct 2013 10:51:04 +0000 (16:21 +0530)
committerJoerg Roedel <joro@8bytes.org>
Fri, 1 Nov 2013 13:23:33 +0000 (14:23 +0100)
'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>
drivers/iommu/tegra-smmu.c

index 34374b3bc13bfbf3b5021686c1ba7e741661113c..605b5b46a90390b3b2f630b5b2bcee146b4ead13 100644 (file)
@@ -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,
 };