From f9cc1da5f29f35a0ebb69124092df437b4ab41fe Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Thu, 3 Jul 2003 01:51:15 -0700 Subject: [PATCH] PCI: pci_find_bus needs a domain Give pci_find_bus a domain argument and move its declaration to --- include/linux/pci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/pci.h b/include/linux/pci.h index 3ceb5d7da821..72f08971a232 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -543,6 +543,7 @@ void pcibios_update_irq(struct pci_dev *, int irq); /* Generic PCI functions used internally */ +extern struct pci_bus *pci_find_bus(int domain, int busnr); int pci_bus_exists(const struct list_head *list, int nr); struct pci_bus *pci_scan_bus_parented(struct device *parent, int bus, struct pci_ops *ops, void *sysdata); static inline struct pci_bus *pci_scan_bus(int bus, struct pci_ops *ops, void *sysdata) -- cgit v1.2.3