aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-11-17 15:21:45 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2007-02-07 15:50:04 -0800
commitfd9b37cc4e32533214f77b34ea03ee85f6e0a4d2 (patch)
treec3117f708752871e8e0446e827348f1155d357e7 /include/linux/pci.h
parentPCI: quirks.c: cleanup (diff)
downloadlinux-dev-fd9b37cc4e32533214f77b34ea03ee85f6e0a4d2.tar.xz
linux-dev-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 '')
-rw-r--r--include/linux/pci.h1
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);
/* 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);