提交 8a788659 编写于 作者: S Sachin Kamat 提交者: Joerg Roedel

iommu/tegra-gart: Staticize tegra_gart_pm_ops

'tegra_gart_pm_ops' is local to this file. Make it static.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Acked-by: NHiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: NJoerg Roedel <joro@8bytes.org>
上级 d0c5b257
...@@ -411,7 +411,7 @@ static int tegra_gart_remove(struct platform_device *pdev) ...@@ -411,7 +411,7 @@ static int tegra_gart_remove(struct platform_device *pdev)
return 0; return 0;
} }
const struct dev_pm_ops tegra_gart_pm_ops = { static const struct dev_pm_ops tegra_gart_pm_ops = {
.suspend = tegra_gart_suspend, .suspend = tegra_gart_suspend,
.resume = tegra_gart_resume, .resume = tegra_gart_resume,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册