From d74e932ded63ba00717b6dbae017b4940263374e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 21 May 2007 14:16:17 -0700 Subject: [PATCH] --- yaml --- r: 59158 b: refs/heads/master c: adf809d01043d8808e47db2d35fc07b53062884e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/pci.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6e970867caae..49a0ef7079d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a2cd52ca904f5913651e71764755e712894ccc2f +refs/heads/master: adf809d01043d8808e47db2d35fc07b53062884e diff --git a/trunk/include/linux/pci.h b/trunk/include/linux/pci.h index 483db814770e..4db7b5a18f58 100644 --- a/trunk/include/linux/pci.h +++ b/trunk/include/linux/pci.h @@ -476,7 +476,7 @@ extern void pci_sort_breadthfirst(void); /* 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);