Signed-off-by: Andrew Morton --- include/linux/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/pci.h~gregkh-pci-pci-mark-pci_find_device-as-__deprecated include/linux/pci.h --- a/include/linux/pci.h~gregkh-pci-pci-mark-pci_find_device-as-__deprecated +++ a/include/linux/pci.h @@ -466,7 +466,7 @@ 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 __deprecated *pci_find_device (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); _