提交 77e38350 编写于 作者: S Sachin Kamat 提交者: 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: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NJoerg Roedel <joro@8bytes.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册