Commit 48b9223c authored by Andrew Morton's avatar Andrew Morton Committed by james toy

fed up with those stupid warnings

Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent a96528fe
...@@ -613,7 +613,7 @@ extern void pci_sort_breadthfirst(void); ...@@ -613,7 +613,7 @@ extern void pci_sort_breadthfirst(void);
/* Generic PCI functions exported to card drivers */ /* Generic PCI functions exported to card drivers */
#ifdef CONFIG_PCI_LEGACY #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, unsigned int device,
struct pci_dev *from); struct pci_dev *from);
#endif /* CONFIG_PCI_LEGACY */ #endif /* CONFIG_PCI_LEGACY */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment