Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab590ccb authored by Becky Bruce's avatar Becky Bruce Committed by Paul Mackerras
Browse files

[PATCH] ppc: Fix m82xx_pci build



A recent patch updated the name of pci_assign_all_busses to
pci_assign_all_buses.  This instance of its use wasn't corrected
by the original patch to use the new name.

Builds cleanly on ads8272.

Signed-off-by: default avatarBecky Bruce <becky.bruce@freescale.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent bfbac497
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ void __init pq2_find_bridges(void)
	struct pci_controller * hose;
	int host_bridge;

	pci_assign_all_busses = 1;
	pci_assign_all_buses = 1;

	hose = pcibios_alloc_controller();