From bfdad26925ad03fe08a87107ea23eb14d8148318 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 25 Sep 2009 22:12:47 +0200 Subject: [PATCH] fed up with those stupid warnings Signed-off-by: Andrew Morton --- include/linux/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/pci.h b/include/linux/pci.h index da4128f6e91..af30b74286f 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -610,7 +610,7 @@ extern void pci_sort_breadthfirst(void); /* Generic PCI functions exported to card drivers */ #ifdef CONFIG_PCI_LEGACY -struct pci_dev __deprecated *pci_find_device(unsigned int vendor, +struct pci_dev *pci_find_device(unsigned int vendor, unsigned int device, struct pci_dev *from); #endif /* CONFIG_PCI_LEGACY */ -- 2.11.4.GIT