diff options
author | Christoph Hellwig <hch@lst.de> | 2021-04-01 17:52:47 +0200 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2021-04-07 10:56:52 +0200 |
commit | fd78696ece54a83c8fc4f6ff1c959b7bcf25c410 (patch) | |
tree | f7dc1249e31e8cf3c02d610ab24c45de7afe7bf4 /drivers/iommu/fsl_pamu_domain.h | |
parent | iommu/fsl_pamu: enable the liodn when attaching a device (diff) | |
download | linux-fd78696ece54a83c8fc4f6ff1c959b7bcf25c410.tar.xz linux-fd78696ece54a83c8fc4f6ff1c959b7bcf25c410.zip |
iommu/fsl_pamu: remove the snoop_id field
The snoop_id is always set to ~(u32)0.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Will Deacon <will@kernel.org>
Acked-by: Li Yang <leoyang.li@nxp.com>
Link: https://lore.kernel.org/r/20210401155256.298656-12-hch@lst.de
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/fsl_pamu_domain.h')
-rw-r--r-- | drivers/iommu/fsl_pamu_domain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/fsl_pamu_domain.h b/drivers/iommu/fsl_pamu_domain.h index 5f4ed253f61b..95ac1b3cab3b 100644 --- a/drivers/iommu/fsl_pamu_domain.h +++ b/drivers/iommu/fsl_pamu_domain.h @@ -13,7 +13,6 @@ struct fsl_dma_domain { /* list of devices associated with the domain */ struct list_head devices; u32 stash_id; - u32 snoop_id; struct iommu_domain iommu_domain; spinlock_t domain_lock; }; |