diff options
Diffstat (limited to 'arch/powerpc/kernel/rtas_pci.c')
| -rw-r--r-- | arch/powerpc/kernel/rtas_pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/rtas_pci.c b/arch/powerpc/kernel/rtas_pci.c index 54e66da8f74..6cd8f0196b6 100644 --- a/arch/powerpc/kernel/rtas_pci.c +++ b/arch/powerpc/kernel/rtas_pci.c @@ -291,7 +291,7 @@ void __init find_and_init_phbs(void)  		prop = of_get_property(of_chosen,  				"linux,pci-assign-all-buses", NULL);  		if (prop && *prop) -			ppc_pci_flags |= PPC_PCI_REASSIGN_ALL_BUS; +			pci_add_flags(PCI_REASSIGN_ALL_BUS);  #endif /* CONFIG_PPC32 */  	}  }  |