diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-20 06:57:05 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-20 06:57:05 -0400 |
commit | 399fe2bdd315c3a678b59b72659c4ed1ce0e1a24 (patch) | |
tree | 7eadfcfc06b88b7386c94a92bd0a7a9dde08d9de /arch/ppc/syslib/mpc52xx_pci.c | |
parent | ff065ddd96c233d27322de493fa023357939c888 (diff) |
ppc: rename pci_assign_all_busses to pci_assign_all_buses
... for consistency with ppc64 and to make merging easier.
Signed-off-by: Paul Mackerras <paulus@samba.org>
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) |