VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
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 parent: 7d61cb6ff0122a017ae907aed62478a4db9c5991
Commit Summary:
iommu/fsl_pamu: remove the snoop_id field
Diffstat:
1 file changed, 0 insertions, 1 deletion
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;
 };