diff options
| author | 2012-02-24 14:25:33 -0800 | |
|---|---|---|
| committer | 2012-02-24 14:25:33 -0800 | |
| commit | ecd58d667a6ac4350d2f67b9accaadf575bae4b0 (patch) | |
| tree | 5209771a0a1f61820171e444d3e4a580ecf3955f /arch/powerpc/platforms/maple/pci.c | |
| parent | PCI: add a PCI resource reallocation config option (diff) | |
| parent | PCI: collapse pcibios_resource_to_bus (diff) | |
| download | wireguard-linux-ecd58d667a6ac4350d2f67b9accaadf575bae4b0.tar.xz wireguard-linux-ecd58d667a6ac4350d2f67b9accaadf575bae4b0.zip | |
Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-helgaas/linux into linux-next
Diffstat (limited to 'arch/powerpc/platforms/maple/pci.c')
| -rw-r--r-- | arch/powerpc/platforms/maple/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/maple/pci.c b/arch/powerpc/platforms/maple/pci.c index 401e3f3f74c8..465ee8f5c086 100644 --- a/arch/powerpc/platforms/maple/pci.c +++ b/arch/powerpc/platforms/maple/pci.c @@ -620,7 +620,7 @@ void __init maple_pci_init(void) } /* Tell pci.c to not change any resource allocations. */ - pci_probe_only = 1; + pci_add_flags(PCI_PROBE_ONLY); } int maple_pci_get_legacy_ide_irq(struct pci_dev *pdev, int channel) |
