[PATCH] ppc: Fix m82xx_pci build
authorBecky Bruce <bgill@freescale.com>
Mon, 24 Oct 2005 19:50:46 +0000 (14:50 -0500)
committerPaul Mackerras <paulus@samba.org>
Wed, 26 Oct 2005 05:55:06 +0000 (15:55 +1000)
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>
arch/ppc/syslib/m82xx_pci.c

index 5cce123..1d1c395 100644 (file)
@@ -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();