summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/iommu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h
index df4588dcc8f0..642f7327f277 100644
--- a/include/linux/iommu.h
+++ b/include/linux/iommu.h
@@ -83,7 +83,6 @@ struct iommu_domain_geometry {
struct iommu_domain {
unsigned type;
const struct iommu_ops *ops;
- void *priv;
iommu_fault_handler_t handler;
void *handler_token;
struct iommu_domain_geometry geometry;
@@ -159,8 +158,6 @@ extern struct dentry *iommu_debugfs_top;
*/
struct iommu_ops {
bool (*capable)(enum iommu_cap);
- int (*domain_init)(struct iommu_domain *domain);
- void (*domain_destroy)(struct iommu_domain *domain);
/* Domain allocation and freeing by the iommu driver */
struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);