Skip to content

Commit 0323b96

Browse files
committed
x86/msi: Remove unused remap irq domain interface
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Jens Axboe <axboe@kernel.dk> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Keith Busch <keith.busch@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Christoph Hellwig <hch@lst.de> Link: http://lkml.kernel.org/r/20170619235444.221049665@linutronix.de
1 parent 3e49a81 commit 0323b96

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

arch/x86/include/asm/irq_remapping.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ extern struct irq_domain *
5555
irq_remapping_get_irq_domain(struct irq_alloc_info *info);
5656

5757
/* Create PCI MSI/MSIx irqdomain, use @parent as the parent irqdomain. */
58-
extern struct irq_domain *arch_create_msi_irq_domain(struct irq_domain *parent);
5958
extern struct irq_domain *
6059
arch_create_remap_msi_irq_domain(struct irq_domain *par, const char *n, int id);
6160

arch/x86/kernel/apic/msi.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,6 @@ struct irq_domain *arch_create_remap_msi_irq_domain(struct irq_domain *parent,
180180
irq_domain_free_fwnode(fn);
181181
return d;
182182
}
183-
184-
struct irq_domain *arch_create_msi_irq_domain(struct irq_domain *parent)
185-
{
186-
return pci_msi_create_irq_domain(NULL, &pci_msi_ir_domain_info, parent);
187-
}
188-
189183
#endif
190184

191185
#ifdef CONFIG_DMAR_TABLE

0 commit comments

Comments
 (0)