commit | 699c4cec238731a4c466f73fe6e9e45ab6f49a41 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Feb 08 18:17:44 2017 +0100 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Feb 10 14:30:33 2017 -0600 |
tree | 25b64fc63740c9c60201f80ec48c1ba08a3e5a4e | |
parent | 47feb41888bc82ba5c9268c344775adc483d6de7 [diff] |
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>