diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-11-17 09:21:45 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-07 18:50:04 -0500 |
commit | fd9b37cc4e32533214f77b34ea03ee85f6e0a4d2 (patch) | |
tree | c3117f708752871e8e0446e827348f1155d357e7 /include | |
parent | c30ca1db39cecade07143112ecfac09ec6b08e3f (diff) |
PCI: remove pci_find_device_reverse()
This patch removes the no longer used pci_find_device_reverse().
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-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); |