]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/arm-smmu: Make private implementation details static
authorWill Deacon <will@kernel.org>
Tue, 20 Aug 2019 09:58:03 +0000 (10:58 +0100)
committerWill Deacon <will@kernel.org>
Tue, 20 Aug 2019 09:58:03 +0000 (10:58 +0100)
commitd403c25026dede35db8c166d25399ecd59b37ea3
treef2b7ebdabf9e529fc7116239b66ac47de6952a61
parentd99cdc1f6c961b78500aec4984abd08efeb9f494
iommu/arm-smmu: Make private implementation details static

Many of the device-specific implementation details in 'arm-smmu-impl.c'
are exposed to other compilation units. Whilst we may require this in
the future, let's make it all 'static' for now so that we can expose
things on a case-by-case basic.

Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm-smmu-impl.c