diff options
author | Becky Bruce <bgill@freescale.com> | 2005-10-24 15:50:46 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-26 01:55:06 -0400 |
commit | ab590ccb428f874bb8f9cec1265cc1f9cb38b601 (patch) | |
tree | a5776d126cd54794f4d9f523e368eb2a44ed20a5 | |
parent | bfbac4973687ae32df528f2811483f92b943f251 (diff) |
[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: Becky Bruce <becky.bruce@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/ppc/syslib/m82xx_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/syslib/m82xx_pci.c b/arch/ppc/syslib/m82xx_pci.c index 5cce123789f1..1d1c3956c1ae 100644 --- a/arch/ppc/syslib/m82xx_pci.c +++ b/arch/ppc/syslib/m82xx_pci.c | |||
@@ -306,7 +306,7 @@ void __init pq2_find_bridges(void) | |||
306 | struct pci_controller * hose; | 306 | struct pci_controller * hose; |
307 | int host_bridge; | 307 | int host_bridge; |
308 | 308 | ||
309 | pci_assign_all_busses = 1; | 309 | pci_assign_all_buses = 1; |
310 | 310 | ||
311 | hose = pcibios_alloc_controller(); | 311 | hose = pcibios_alloc_controller(); |
312 | 312 | ||