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/arm-smmu.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/arm-smmu.c')
-rw-r--r-- | drivers/iommu/arm-smmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/arm-smmu.c b/drivers/iommu/arm-smmu.c index e9fd9117109e..f3b8301a3059 100644 --- a/drivers/iommu/arm-smmu.c +++ b/drivers/iommu/arm-smmu.c @@ -46,7 +46,7 @@ #include <linux/amba/bus.h> #include <linux/fsl/mc.h> -#include "arm-smmu-regs.h" +#include "arm-smmu.h" /* * Apparently, some Qualcomm arm64 platforms which appear to expose their SMMU |