From 7f529b03fe6f991440c4ce0951c8d6678f33fd5c Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 18 Nov 2006 01:06:29 +0100 Subject: [PATCH] --- yaml --- r: 46711 b: refs/heads/master c: 429538ad3eeffec4199d8adddd1e9e4c80b2c08b h: refs/heads/master i: 46709: 5949cc29b0b89928c33412ddbbf7b0a862340174 46707: fd96d57dfaecd01ba753fce371308b586c273511 46703: fbca9307dfce20491b85bcad31e1252765d7e58c v: v3 --- [refs] | 2 +- trunk/include/linux/pci.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 93344e39cc95..f9411d405a5c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fd9b37cc4e32533214f77b34ea03ee85f6e0a4d2 +refs/heads/master: 429538ad3eeffec4199d8adddd1e9e4c80b2c08b diff --git a/trunk/include/linux/pci.h b/trunk/include/linux/pci.h index 23d2a37f3c9f..cf2c8a35a1df 100644 --- a/trunk/include/linux/pci.h +++ b/trunk/include/linux/pci.h @@ -468,7 +468,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);