diff options
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 79856b3c714a..23d2a37f3c9f 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -469,7 +469,6 @@ extern void pci_sort_breadthfirst(void); | |||
469 | /* Generic PCI functions exported to card drivers */ | 469 | /* Generic PCI functions exported to card drivers */ |
470 | 470 | ||
471 | struct pci_dev *pci_find_device (unsigned int vendor, unsigned int device, const struct pci_dev *from); | 471 | struct pci_dev *pci_find_device (unsigned int vendor, unsigned int device, const struct pci_dev *from); |
472 | struct pci_dev *pci_find_device_reverse (unsigned int vendor, unsigned int device, const struct pci_dev *from); | ||
473 | struct pci_dev *pci_find_slot (unsigned int bus, unsigned int devfn); | 472 | struct pci_dev *pci_find_slot (unsigned int bus, unsigned int devfn); |
474 | int pci_find_capability (struct pci_dev *dev, int cap); | 473 | int pci_find_capability (struct pci_dev *dev, int cap); |
475 | int pci_find_next_capability (struct pci_dev *dev, u8 pos, int cap); | 474 | int pci_find_next_capability (struct pci_dev *dev, u8 pos, int cap); |