diff options
author | Robin Murphy <robin.murphy@arm.com> | 2019-08-15 21:37:32 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2019-08-19 18:52:47 +0300 |
commit | c5fc64881f073504581ac55132e30f02ee61320b (patch) | |
tree | 35337f7b6b6f5b37d297e0a6202b8582f88725bf /drivers/iommu/qcom_iommu.c | |
parent | 00320ce6505821b405992c241ebe4c79f178bf8f (diff) | |
download | linux-c5fc64881f073504581ac55132e30f02ee61320b.tar.xz |
iommu/arm-smmu: Rename arm-smmu-regs.h
We're about to start using it for more than just register definitions,
so generalise the name.
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers/iommu/qcom_iommu.c')
-rw-r--r-- | drivers/iommu/qcom_iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/qcom_iommu.c b/drivers/iommu/qcom_iommu.c index 60a125dd7300..a2062d13584f 100644 --- a/drivers/iommu/qcom_iommu.c +++ b/drivers/iommu/qcom_iommu.c @@ -33,7 +33,7 @@ #include <linux/slab.h> #include <linux/spinlock.h> -#include "arm-smmu-regs.h" +#include "arm-smmu.h" #define SMMU_INTR_SEL_NS 0x2000 |