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 <sachin.kamat@linaro.org> Signed-off-by: Joerg Roedel <joro@8bytes.org>
This commit is contained in:
parent
25e9d28d92
commit
77e3835047
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue