提交 31087d7d 编写于 作者: L linas 提交者: Paul Mackerras

[PATCH] powerpc: export PCI fixup routine

There is code in the RPAPHP directory that is identical to this routine;
I'll be removing that code in an upcoming patch, but this patch is needed
to expose the function to make it callable.
Signed-off-by: NLinas Vepstas <linas@austin.ibm.com>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 c4b22f26
...@@ -77,7 +77,7 @@ pcibios_remove_pci_devices(struct pci_bus *bus) ...@@ -77,7 +77,7 @@ pcibios_remove_pci_devices(struct pci_bus *bus)
} }
/* Must be called before pci_bus_add_devices */ /* Must be called before pci_bus_add_devices */
static void void
pcibios_fixup_new_pci_devices(struct pci_bus *bus, int fix_bus) pcibios_fixup_new_pci_devices(struct pci_bus *bus, int fix_bus)
{ {
struct pci_dev *dev; struct pci_dev *dev;
......
...@@ -136,6 +136,7 @@ void pcibios_remove_pci_devices(struct pci_bus *bus); ...@@ -136,6 +136,7 @@ void pcibios_remove_pci_devices(struct pci_bus *bus);
/** Discover new pci devices under this bus, and add them */ /** Discover new pci devices under this bus, and add them */
void pcibios_add_pci_devices(struct pci_bus * bus); void pcibios_add_pci_devices(struct pci_bus * bus);
void pcibios_fixup_new_pci_devices(struct pci_bus *bus, int fix_bus);
extern int pcibios_remove_root_bus(struct pci_controller *phb); extern int pcibios_remove_root_bus(struct pci_controller *phb);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册