Skip to content

Commit

Permalink
iommu/exynos: Make exynos_sysmmu_disable static
Browse files Browse the repository at this point in the history
'exynos_sysmmu_disable' is used only in this file and can be made static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
  • Loading branch information
Sachin Kamat authored and Joerg Roedel committed Feb 7, 2013
1 parent 25e9d28 commit 77e3835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iommu/exynos-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ int exynos_sysmmu_enable(struct device *dev, unsigned long pgtable)
return ret;
}

bool exynos_sysmmu_disable(struct device *dev)
static bool exynos_sysmmu_disable(struct device *dev)
{
struct sysmmu_drvdata *data = dev_get_drvdata(dev->archdata.iommu);
bool disabled;
Expand Down

0 comments on commit 77e3835

Please sign in to comment.