summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd_iommu_types.h
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2015-05-28 16:41:40 (GMT)
committerJoerg Roedel <jroedel@suse.de>2015-06-11 07:42:22 (GMT)
commit0bb6e243d7fbb39fced5bd4a4c83eb49c6e820ce (patch)
tree7c7307162686a94aa3f8e59b936ae628db973b14 /drivers/iommu/amd_iommu_types.h
parentaafd8ba0ca74894b9397e412bbd7f8ea2662ead8 (diff)
downloadlinux-0bb6e243d7fbb39fced5bd4a4c83eb49c6e820ce.tar.xz
iommu/amd: Support IOMMU_DOMAIN_DMA type allocation
This enables allocation of DMA-API default domains from the IOMMU core and switches allocation of domain dma-api domain to the IOMMU core too. Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/amd_iommu_types.h')
-rw-r--r--drivers/iommu/amd_iommu_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/iommu/amd_iommu_types.h b/drivers/iommu/amd_iommu_types.h
index 05030e5..fe796cf 100644
--- a/drivers/iommu/amd_iommu_types.h
+++ b/drivers/iommu/amd_iommu_types.h
@@ -552,9 +552,6 @@ struct amd_iommu {
/* if one, we need to send a completion wait command */
bool need_sync;
- /* default dma_ops domain for that IOMMU */
- struct dma_ops_domain *default_dom;
-
/* IOMMU sysfs device */
struct device *iommu_dev;