diff options
author | Will Deacon <will.deacon@arm.com> | 2015-10-29 13:48:56 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-12-17 12:05:32 +0000 |
commit | 89df3a96baeaf5d565183e9e9fc35c9974c20d68 (patch) | |
tree | c2196c54e2ab15a3f2fe5ff700bb0cf7a6a3dd9d /drivers/iommu | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) | |
download | linux-89df3a96baeaf5d565183e9e9fc35c9974c20d68.tar.gz linux-89df3a96baeaf5d565183e9e9fc35c9974c20d68.tar.bz2 linux-89df3a96baeaf5d565183e9e9fc35c9974c20d68.zip |
iommu/arm-smmu: Remove #define for non-existent PRIQ_0_OF field
PRIQ_0_OF has been removed from the SMMUv3 architecture, so remove its
corresponding (and unused) #define from the driver.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/arm-smmu-v3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c index 4e5118a4cd30..e0032c098b32 100644 --- a/drivers/iommu/arm-smmu-v3.c +++ b/drivers/iommu/arm-smmu-v3.c @@ -378,7 +378,6 @@ #define PRIQ_0_SID_MASK 0xffffffffUL #define PRIQ_0_SSID_SHIFT 32 #define PRIQ_0_SSID_MASK 0xfffffUL -#define PRIQ_0_OF (1UL << 57) #define PRIQ_0_PERM_PRIV (1UL << 58) #define PRIQ_0_PERM_EXEC (1UL << 59) #define PRIQ_0_PERM_READ (1UL << 60) |