diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-11-17 15:21:45 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-07 15:50:04 -0800 |
commit | fd9b37cc4e32533214f77b34ea03ee85f6e0a4d2 (patch) | |
tree | c3117f708752871e8e0446e827348f1155d357e7 /include/linux/pci.h | |
parent | c30ca1db39cecade07143112ecfac09ec6b08e3f (diff) | |
download | kernel-crypto-fd9b37cc4e32533214f77b34ea03ee85f6e0a4d2.tar.gz kernel-crypto-fd9b37cc4e32533214f77b34ea03ee85f6e0a4d2.tar.xz kernel-crypto-fd9b37cc4e32533214f77b34ea03ee85f6e0a4d2.zip |
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/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 79856b3c714..23d2a37f3c9 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -469,7 +469,6 @@ extern void pci_sort_breadthfirst(void); /* Generic PCI functions exported to card drivers */ struct pci_dev *pci_find_device (unsigned int vendor, unsigned int device, const struct pci_dev *from); -struct pci_dev *pci_find_device_reverse (unsigned int vendor, unsigned int device, const struct pci_dev *from); struct pci_dev *pci_find_slot (unsigned int bus, unsigned int devfn); int pci_find_capability (struct pci_dev *dev, int cap); int pci_find_next_capability (struct pci_dev *dev, u8 pos, int cap); |