diff options
author | Robin Murphy <robin.murphy@arm.com> | 2017-09-22 16:04:00 +0200 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2017-10-20 17:54:53 +0200 |
commit | 6948d4a7e11b37c83df9b508bbf725512d82a77b (patch) | |
tree | 5dff0f78df3c5fc98cb6d80e559b436f3a083b28 /drivers/iommu/arm-smmu.c | |
parent | Linux 4.14-rc1 (diff) | |
download | linux-6948d4a7e11b37c83df9b508bbf725512d82a77b.tar.xz linux-6948d4a7e11b37c83df9b508bbf725512d82a77b.zip |
iommu/arm-smmu: Remove ACPICA workarounds
Now that the kernel headers have synced with the relevant upstream
ACPICA updates, it's time to clean up the temporary local definitions.
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'drivers/iommu/arm-smmu.c')
-rw-r--r-- | drivers/iommu/arm-smmu.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/iommu/arm-smmu.c b/drivers/iommu/arm-smmu.c index 3bdb799d3b4b..bce312a99f52 100644 --- a/drivers/iommu/arm-smmu.c +++ b/drivers/iommu/arm-smmu.c @@ -119,14 +119,6 @@ enum arm_smmu_implementation { CAVIUM_SMMUV2, }; -/* Until ACPICA headers cover IORT rev. C */ -#ifndef ACPI_IORT_SMMU_CORELINK_MMU401 -#define ACPI_IORT_SMMU_CORELINK_MMU401 0x4 -#endif -#ifndef ACPI_IORT_SMMU_CAVIUM_THUNDERX -#define ACPI_IORT_SMMU_CAVIUM_THUNDERX 0x5 -#endif - struct arm_smmu_s2cr { struct iommu_group *group; int count; |