mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[PATCH] powerpc: make pcibios_claim_one_bus available to other code
22-rpaphp-eliminate-dupe-code.patch (parts) The RPAPHP code contains two routines that appear to be gratuitous copies of very similar pci code. In particular, rpaphp_claim_resource ~~ pci_claim_resource rpadlpar_claim_one_bus == pcibios_claim_one_bus This makes pcibios_claim_one_bus from arch/powerpc/kernel/pci_64.c available to the RPAPHP code. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
e2a296eeaa
commit
facf07870b
@ -251,7 +251,7 @@ void pcibios_free_controller(struct pci_controller *phb)
|
|||||||
kfree(phb);
|
kfree(phb);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __init pcibios_claim_one_bus(struct pci_bus *b)
|
void __devinit pcibios_claim_one_bus(struct pci_bus *b)
|
||||||
{
|
{
|
||||||
struct pci_dev *dev;
|
struct pci_dev *dev;
|
||||||
struct pci_bus *child_bus;
|
struct pci_bus *child_bus;
|
||||||
|
@ -216,6 +216,8 @@ extern int remap_bus_range(struct pci_bus *bus);
|
|||||||
extern void pcibios_fixup_device_resources(struct pci_dev *dev,
|
extern void pcibios_fixup_device_resources(struct pci_dev *dev,
|
||||||
struct pci_bus *bus);
|
struct pci_bus *bus);
|
||||||
|
|
||||||
|
extern void pcibios_claim_one_bus(struct pci_bus *b);
|
||||||
|
|
||||||
extern struct pci_controller *init_phb_dynamic(struct device_node *dn);
|
extern struct pci_controller *init_phb_dynamic(struct device_node *dn);
|
||||||
|
|
||||||
extern struct pci_dev *of_create_pci_dev(struct device_node *node,
|
extern struct pci_dev *of_create_pci_dev(struct device_node *node,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user