Re: [PATCH 1/2] PCI/msi: remove unused function pci_msi_create_default_irq_domain

From: Thomas Gleixner
Date: Wed Feb 08 2017 - 08:43:41 EST


On Fri, 3 Feb 2017, Christoph Hellwig wrote:

No objections, but then we also can remove:

struct irq_domain * __weak arch_get_pci_msi_domain(struct pci_dev *dev)

as there are no arch specific implementations

along with:

static struct irq_domain *pci_msi_default_domain;

because pci_msi_create_default_irq_domain() is the only place where the
default domain is ever set.

Thanks,

tglx