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/platforms/chrp_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/platforms/chrp_pci.c')
-rw-r--r-- | arch/ppc/platforms/chrp_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/chrp_pci.c b/arch/ppc/platforms/chrp_pci.c index f12192cc4d42..bd047aac01b1 100644 --- a/arch/ppc/platforms/chrp_pci.c +++ b/arch/ppc/platforms/chrp_pci.c | |||
@@ -203,7 +203,7 @@ static void __init setup_peg2(struct pci_controller *hose, struct device_node *d | |||
203 | printk ("RTAS supporting Pegasos OF not found, please upgrade" | 203 | printk ("RTAS supporting Pegasos OF not found, please upgrade" |
204 | " your firmware\n"); | 204 | " your firmware\n"); |
205 | } | 205 | } |
206 | pci_assign_all_busses = 1; | 206 | pci_assign_all_buses = 1; |
207 | } | 207 | } |
208 | 208 | ||
209 | void __init | 209 | void __init |