]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
iommu/exynos: Make exynos_sysmmu_disable static
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 6 Feb 2013 08:25:17 +0000 (13:55 +0530)
committerJoerg Roedel <joro@8bytes.org>
Thu, 7 Feb 2013 20:53:29 +0000 (21:53 +0100)
'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>
drivers/iommu/exynos-iommu.c

index 7fe44f83cc371043788885d3fb3bfdc7f6b091ad..238a3caa949aff42981feaa22aae04227d85998b 100644 (file)
@@ -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;