diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2012-05-18 18:52:19 -0400 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-06-11 13:23:23 -0400 |
| commit | 109cdbc223f6e2d6c80f8371f22415b50c18a366 (patch) | |
| tree | e27b74808a648a1f98b07a0d93fee9e17e5c5471 /include/linux | |
| parent | cfaf025112d3856637ff34a767ef785ef5cf2ca9 (diff) | |
PCI: remove pci_bus_find_ext_capability() (unused)
pci_bus_find_ext_capability() is unused, and this patch removes it.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index d8c379dba6ad..2618ad996535 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
| @@ -714,8 +714,6 @@ enum pci_lost_interrupt_reason pci_lost_interrupt(struct pci_dev *dev); | |||
| 714 | int pci_find_capability(struct pci_dev *dev, int cap); | 714 | int pci_find_capability(struct pci_dev *dev, int cap); |
| 715 | int pci_find_next_capability(struct pci_dev *dev, u8 pos, int cap); | 715 | int pci_find_next_capability(struct pci_dev *dev, u8 pos, int cap); |
| 716 | int pci_find_ext_capability(struct pci_dev *dev, int cap); | 716 | int pci_find_ext_capability(struct pci_dev *dev, int cap); |
| 717 | int pci_bus_find_ext_capability(struct pci_bus *bus, unsigned int devfn, | ||
| 718 | int cap); | ||
| 719 | int pci_find_ht_capability(struct pci_dev *dev, int ht_cap); | 717 | int pci_find_ht_capability(struct pci_dev *dev, int ht_cap); |
| 720 | int pci_find_next_ht_capability(struct pci_dev *dev, int pos, int ht_cap); | 718 | int pci_find_next_ht_capability(struct pci_dev *dev, int pos, int ht_cap); |
| 721 | struct pci_bus *pci_find_next_bus(const struct pci_bus *from); | 719 | struct pci_bus *pci_find_next_bus(const struct pci_bus *from); |
