Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1670104

[patch 13/55] x86/msi: Remove unused remap irq domain interface

From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject [patch 13/55] x86/msi: Remove unused remap irq domain interface
Date 2017-06-20 02:20 +0200
Message-ID <tUf3H-1jp-11@gated-at.bofh.it> (permalink)
References <tUeKl-Xe-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 arch/x86/include/asm/irq_remapping.h |    1 -
 arch/x86/kernel/apic/msi.c           |    6 ------
 2 files changed, 7 deletions(-)

--- a/arch/x86/include/asm/irq_remapping.h
+++ b/arch/x86/include/asm/irq_remapping.h
@@ -55,7 +55,6 @@ extern struct irq_domain *
 irq_remapping_get_irq_domain(struct irq_alloc_info *info);
 
 /* Create PCI MSI/MSIx irqdomain, use @parent as the parent irqdomain. */
-extern struct irq_domain *arch_create_msi_irq_domain(struct irq_domain *parent);
 extern struct irq_domain *
 arch_create_remap_msi_irq_domain(struct irq_domain *par, const char *n, int id);
 
--- a/arch/x86/kernel/apic/msi.c
+++ b/arch/x86/kernel/apic/msi.c
@@ -180,12 +180,6 @@ struct irq_domain *arch_create_remap_msi
 	kfree(fn);
 	return d;
 }
-
-struct irq_domain *arch_create_msi_irq_domain(struct irq_domain *parent)
-{
-	return pci_msi_create_irq_domain(NULL, &pci_msi_ir_domain_info, parent);
-}
-
 #endif
 
 #ifdef CONFIG_DMAR_TABLE

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[patch 13/55] x86/msi: Remove unused remap irq domain interface Thomas Gleixner <tglx@linutronix.de> - 2017-06-20 02:20 +0200
  [tip:irq/core] x86/msi: Remove unused remap irq domain interface tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2017-06-22 19:00 +0200

csiph-web