We've now fixed up most users of pci_find_slot, and the remainder are
either hard and need someone with the hardware and info to work on it, or
patches exist but are not yet merged.

Time therefore for some gentle encouragement

Signed-off-by: Alan Cox <[EMAIL PROTECTED]>

diff -u --new-file --recursive --exclude-from /usr/src/exclude 
linux.vanilla-2.6.22-rc1-mm1/include/linux/pci.h 
linux-2.6.22-rc1-mm1/include/linux/pci.h
--- linux.vanilla-2.6.22-rc1-mm1/include/linux/pci.h    2007-05-18 
16:22:56.000000000 +0100
+++ linux-2.6.22-rc1-mm1/include/linux/pci.h    2007-05-18 16:38:24.000000000 
+0100
@@ -478,7 +478,7 @@
 /* Generic PCI functions exported to card drivers */
 
 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);
+struct pci_dev __deprecated *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);
 int pci_find_ext_capability (struct pci_dev *dev, int cap);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to