summaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2015-11-30 19:35:53 -0600
committerBjorn Helgaas <bhelgaas@google.com>2015-11-30 19:35:53 -0600
commit128fc68ca1c3c73ed35ef9c7c50b8972de40322f (patch)
tree4ad6c7d33aeee827e9d3c2a45a2a8b483fde087c /drivers/pci/probe.c
parente80e7edc55ba711f3fe23975061b3f1c336ceb95 (diff)
PCI/MSI: Remove empty pci_msi_init_pci_dev()
4a7cc8316705 ("genirq/MSI: Move msi_list from struct pci_dev to struct device") removed the contents of pci_msi_init_pci_dev(). All implementation of it are now empty, so remove it completely. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r--drivers/pci/probe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index cd94737af8fd..88f0fedbe891 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -1601,9 +1601,6 @@ static void pci_init_capabilities(struct pci_dev *dev)
/* Enhanced Allocation */
pci_ea_init(dev);
- /* MSI/MSI-X list */
- pci_msi_init_pci_dev(dev);
-
/* Setup MSI caps & disable MSI/MSI-X interrupts */
pci_msi_setup_pci_dev(dev);