diff options
Diffstat (limited to 'arch/ppc/syslib/mpc52xx_pci.c')
-rw-r--r-- | arch/ppc/syslib/mpc52xx_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/syslib/mpc52xx_pci.c b/arch/ppc/syslib/mpc52xx_pci.c index 02edff8befd0..4ac19080eb85 100644 --- a/arch/ppc/syslib/mpc52xx_pci.c +++ b/arch/ppc/syslib/mpc52xx_pci.c | |||
@@ -182,7 +182,7 @@ mpc52xx_find_bridges(void) | |||
182 | struct mpc52xx_pci __iomem *pci_regs; | 182 | struct mpc52xx_pci __iomem *pci_regs; |
183 | struct pci_controller *hose; | 183 | struct pci_controller *hose; |
184 | 184 | ||
185 | pci_assign_all_busses = 1; | 185 | pci_assign_all_buses = 1; |
186 | 186 | ||
187 | pci_regs = ioremap(MPC52xx_PA(MPC52xx_PCI_OFFSET), MPC52xx_PCI_SIZE); | 187 | pci_regs = ioremap(MPC52xx_PA(MPC52xx_PCI_OFFSET), MPC52xx_PCI_SIZE); |
188 | if (!pci_regs) | 188 | if (!pci_regs) |