Skip to content

Commit

Permalink
[PATCH] ppc: Fix m82xx_pci build
Browse files Browse the repository at this point in the history
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: Becky Bruce <becky.bruce@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Becky Bruce authored and Paul Mackerras committed Oct 26, 2005
1 parent bfbac49 commit ab590cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc/syslib/m82xx_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit ab590cc

Please sign in to comment.