Re: [PATCH 2/2] iommu/tegra-smmu: Staticize tegra_smmu_pm_ops

2013-10-08 Thread Hiroshi Doyu
On Tue, 8 Oct 2013 12:51:04 +0200 Sachin Kamat wrote: > 'tegra_smmu_pm_ops' is used only in this file. Make it static. > > Signed-off-by: Sachin Kamat Acked-by: Hiroshi Doyu ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linux

[PATCH 2/2] iommu/tegra-smmu: Staticize tegra_smmu_pm_ops

2013-10-08 Thread Sachin Kamat
'tegra_smmu_pm_ops' is used only in this file. Make it static. Signed-off-by: Sachin Kamat --- drivers/iommu/tegra-smmu.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c index 34374b3..605b5b4 100644 --- a/drivers/iom