diff options
author | Christoph Hellwig <hch@lst.de> | 2017-02-08 18:17:44 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-02-10 14:30:33 -0600 |
commit | 699c4cec238731a4c466f73fe6e9e45ab6f49a41 (patch) | |
tree | 25b64fc63740c9c60201f80ec48c1ba08a3e5a4e /include/linux/msi.h | |
parent | 47feb41888bc82ba5c9268c344775adc483d6de7 (diff) | |
download | op-kernel-dev-699c4cec238731a4c466f73fe6e9e45ab6f49a41.zip op-kernel-dev-699c4cec238731a4c466f73fe6e9e45ab6f49a41.tar.gz |
PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()
Just call the msi_* version directly instead of having trivial wrappers for
one or two callsites.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/msi.h')
-rw-r--r-- | include/linux/msi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/msi.h b/include/linux/msi.h index 18b8566..1b6f3eb 100644 --- a/include/linux/msi.h +++ b/include/linux/msi.h @@ -316,9 +316,6 @@ void pci_msi_domain_write_msg(struct irq_data *irq_data, struct msi_msg *msg); struct irq_domain *pci_msi_create_irq_domain(struct fwnode_handle *fwnode, struct msi_domain_info *info, struct irq_domain *parent); -int pci_msi_domain_alloc_irqs(struct irq_domain *domain, struct pci_dev *dev, - int nvec, int type); -void pci_msi_domain_free_irqs(struct irq_domain *domain, struct pci_dev *dev); irq_hw_number_t pci_msi_domain_calc_hwirq(struct pci_dev *dev, struct msi_desc *desc); int pci_msi_domain_check_cap(struct irq_domain *domain, |