diff options
Diffstat (limited to 'arch/powerpc/platforms/52xx/mpc52xx_pci.c')
-rw-r--r-- | arch/powerpc/platforms/52xx/mpc52xx_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_pci.c b/arch/powerpc/platforms/52xx/mpc52xx_pci.c index 4c6c82a684b1..262eda8659d0 100644 --- a/arch/powerpc/platforms/52xx/mpc52xx_pci.c +++ b/arch/powerpc/platforms/52xx/mpc52xx_pci.c | |||
@@ -363,7 +363,7 @@ mpc52xx_add_bridge(struct device_node *node) | |||
363 | 363 | ||
364 | pr_debug("Adding MPC52xx PCI host bridge %s\n", node->full_name); | 364 | pr_debug("Adding MPC52xx PCI host bridge %s\n", node->full_name); |
365 | 365 | ||
366 | pci_assign_all_buses = 1; | 366 | ppc_pci_flags |= PPC_PCI_REASSIGN_ALL_BUS; |
367 | 367 | ||
368 | if (of_address_to_resource(node, 0, &rsrc) != 0) { | 368 | if (of_address_to_resource(node, 0, &rsrc) != 0) { |
369 | printk(KERN_ERR "Can't get %s resources\n", node->full_name); | 369 | printk(KERN_ERR "Can't get %s resources\n", node->full_name); |