aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/intel
diff options
context:
space:
mode:
authorGravatar Lu Baolu <baolu.lu@linux.intel.com> 2022-07-12 08:08:51 +0800
committerGravatar Joerg Roedel <jroedel@suse.de> 2022-07-15 10:21:33 +0200
commit9f18abab6063ded860097dbbd7c8b3cef198e4dd (patch)
tree3a030683376bb947913eeed0a8e68b53f0b47a4c /drivers/iommu/intel
parentiommu/vt-d: Move include/linux/intel-iommu.h under iommu (diff)
downloadlinux-9f18abab6063ded860097dbbd7c8b3cef198e4dd.tar.gz
linux-9f18abab6063ded860097dbbd7c8b3cef198e4dd.tar.bz2
linux-9f18abab6063ded860097dbbd7c8b3cef198e4dd.zip
iommu/vt-d: Remove unused iovad from dmar_domain
Not used anywhere. Cleanup it to avoid dead code. Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com> Link: https://lore.kernel.org/r/20220527053424.3111186-1-baolu.lu@linux.intel.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/intel')
-rw-r--r--drivers/iommu/intel/iommu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/intel/iommu.h b/drivers/iommu/intel/iommu.h
index 4ebf3c4da45e..8285fcfa5fea 100644
--- a/drivers/iommu/intel/iommu.h
+++ b/drivers/iommu/intel/iommu.h
@@ -543,7 +543,6 @@ struct dmar_domain {
u8 set_pte_snp:1;
struct list_head devices; /* all devices' list */
- struct iova_domain iovad; /* iova's that belong to this domain */
struct dma_pte *pgd; /* virtual address */
int gaw; /* max guest address width */