]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/arm-smmu: Rename public #defines under ARM_SMMU_ namespace
authorWill Deacon <will@kernel.org>
Fri, 10 Jan 2020 13:20:03 +0000 (13:20 +0000)
committerWill Deacon <will@kernel.org>
Fri, 10 Jan 2020 15:52:25 +0000 (15:52 +0000)
commit15a04c74d72c439451f5028f3ba75a41d8a633ee
tree5d19a2c9659f606f6aac94d11a0bce27f3c5650f
parent05df90bee8b6774fed484adaab423752e09fd55d
iommu/arm-smmu: Rename public #defines under ARM_SMMU_ namespace

Now that we have arm-smmu.h defining various SMMU constants, ensure that
they are namespaced with the ARM_SMMU_ prefix in order to avoid conflicts
with the CPU, such as the one we're currently bodging around with the
TCR.

Cc: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm-smmu-impl.c
drivers/iommu/arm-smmu.c
drivers/iommu/arm-smmu.h
drivers/iommu/qcom_iommu.c