diff options
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 |