diff options
author | David Woodhouse <dwmw@amazon.co.uk> | 2020-10-25 00:35:29 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-10-28 22:26:28 +0300 |
commit | ed381fca47122f0787ee53b97e5f9d562eec7237 (patch) | |
tree | b06e4cc551be6ed8de544bd6d38485dea2b5b784 /drivers/iommu/irq_remapping.h | |
parent | b643128b917ca8f1c8b1e14af64ebdc81147b2d1 (diff) | |
download | linux-ed381fca47122f0787ee53b97e5f9d562eec7237.tar.xz |
x86: Kill all traces of irq_remapping_get_irq_domain()
All users are converted to use the fwspec based parent domain lookup.
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20201024213535.443185-30-dwmw2@infradead.org
Diffstat (limited to 'drivers/iommu/irq_remapping.h')
-rw-r--r-- | drivers/iommu/irq_remapping.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/iommu/irq_remapping.h b/drivers/iommu/irq_remapping.h index 1661b3d75920..8c89cb947cdb 100644 --- a/drivers/iommu/irq_remapping.h +++ b/drivers/iommu/irq_remapping.h @@ -42,9 +42,6 @@ struct irq_remap_ops { /* Enable fault handling */ int (*enable_faulting)(void); - - /* Get the irqdomain associated to IOMMU device */ - struct irq_domain *(*get_irq_domain)(struct irq_alloc_info *); }; extern struct irq_remap_ops intel_irq_remap_ops; |