From: Sachin Kamat Date: Wed, 6 Feb 2013 08:25:17 +0000 (+0530) Subject: iommu/exynos: Make exynos_sysmmu_disable static X-Git-Tag: v3.9-rc1~73^2^6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=77e383504791008cdbab1b33d70b395ca3a361c8;p=uclinux-h8%2Flinux.git iommu/exynos: Make exynos_sysmmu_disable static 'exynos_sysmmu_disable' is used only in this file and can be made static. Signed-off-by: Sachin Kamat Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/exynos-iommu.c b/drivers/iommu/exynos-iommu.c index 7fe44f83cc37..238a3caa949a 100644 --- a/drivers/iommu/exynos-iommu.c +++ b/drivers/iommu/exynos-iommu.c @@ -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;