projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e9d28
)
iommu/exynos: Make exynos_sysmmu_disable static
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 6 Feb 2013 08:25:17 +0000
(13:55 +0530)
committer
Joerg 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
patch
|
blob
|
history
diff --git
a/drivers/iommu/exynos-iommu.c
b/drivers/iommu/exynos-iommu.c
index 7fe44f83cc371043788885d3fb3bfdc7f6b091ad..238a3caa949aff42981feaa22aae04227d85998b 100644
(file)
--- 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)
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;