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 | |
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')
-rw-r--r-- | arch/ppc/syslib/m82xx_pci.c | 2 | ||||
-rw-r--r-- | arch/ppc/syslib/mpc52xx_pci.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/syslib/m82xx_pci.c b/arch/ppc/syslib/m82xx_pci.c index 9db58c587b46..5cce123789f1 100644 --- a/arch/ppc/syslib/m82xx_pci.c +++ b/arch/ppc/syslib/m82xx_pci.c | |||
@@ -302,7 +302,7 @@ pq2ads_setup_pci(struct pci_controller *hose) | |||
302 | 302 | ||
303 | void __init pq2_find_bridges(void) | 303 | void __init pq2_find_bridges(void) |
304 | { | 304 | { |
305 | extern int pci_assign_all_busses; | 305 | extern int pci_assign_all_buses; |
306 | struct pci_controller * hose; | 306 | struct pci_controller * hose; |
307 | int host_bridge; | 307 | int host_bridge; |
308 | 308 | ||
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) |