diff options
Diffstat (limited to 'drivers/iommu/exynos-iommu.c')
-rw-r--r-- | drivers/iommu/exynos-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
511 | return ret; | 511 | return ret; |
512 | } | 512 | } |
513 | 513 | ||
514 | bool exynos_sysmmu_disable(struct device *dev) | 514 | static bool exynos_sysmmu_disable(struct device *dev) |
515 | { | 515 | { |
516 | struct sysmmu_drvdata *data = dev_get_drvdata(dev->archdata.iommu); | 516 | struct sysmmu_drvdata *data = dev_get_drvdata(dev->archdata.iommu); |
517 | bool disabled; | 517 | bool disabled; |