diff options
Diffstat (limited to 'arch/powerpc/kernel/pci_32.c')
-rw-r--r-- | arch/powerpc/kernel/pci_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/pci_32.c b/arch/powerpc/kernel/pci_32.c index e2f24badf787..bb154511db5e 100644 --- a/arch/powerpc/kernel/pci_32.c +++ b/arch/powerpc/kernel/pci_32.c | |||
@@ -230,7 +230,7 @@ static int __init pcibios_init(void) | |||
230 | 230 | ||
231 | printk(KERN_INFO "PCI: Probing PCI hardware\n"); | 231 | printk(KERN_INFO "PCI: Probing PCI hardware\n"); |
232 | 232 | ||
233 | if (ppc_pci_flags & PPC_PCI_REASSIGN_ALL_BUS) | 233 | if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) |
234 | pci_assign_all_buses = 1; | 234 | pci_assign_all_buses = 1; |
235 | 235 | ||
236 | /* Scan all of the recorded PCI controllers. */ | 236 | /* Scan all of the recorded PCI controllers. */ |