Commit 77e38350 authored by Sachin Kamat's avatar Sachin Kamat Committed by Joerg Roedel

iommu/exynos: Make exynos_sysmmu_disable static

'exynos_sysmmu_disable' is used only in this file and can be made static.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarJoerg Roedel <joro@8bytes.org>
parent 25e9d28d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment