diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2017-08-10 13:49:57 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-08-10 13:49:57 -0400 |
commit | 606799cc5049ae4ccb51ba3242365ca2d411da13 (patch) | |
tree | c4b71297171aebf96a5c4385147dc171fd852f24 /include/linux/pci.h | |
parent | 004cb784018eaa2a078912180bd9999707c3c483 (diff) |
PCI: Inline and remove pcibios_update_irq()
pcibios_update_irq() was a weak function with only one trivial
implementation. Inline it and remove the weak function.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 69034ab8a68e..a9e8d2f3bd91 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -844,7 +844,6 @@ char *pcibios_setup(char *str); | |||
844 | resource_size_t pcibios_align_resource(void *, const struct resource *, | 844 | resource_size_t pcibios_align_resource(void *, const struct resource *, |
845 | resource_size_t, | 845 | resource_size_t, |
846 | resource_size_t); | 846 | resource_size_t); |
847 | void pcibios_update_irq(struct pci_dev *, int irq); | ||
848 | 847 | ||
849 | /* Weak but can be overriden by arch */ | 848 | /* Weak but can be overriden by arch */ |
850 | void pci_fixup_cardbus(struct pci_bus *); | 849 | void pci_fixup_cardbus(struct pci_bus *); |