mips/PCI: replace pci_probe_only with pci_flags
[linux-2.6-block.git] / arch / mips / pci / pci-sb1250.c
index 1711e8e101bc8e0348bb840d2b8973cd7c73f39f..dd97f3a83baa26f0c42daddb9a70dfad278f30fd 100644 (file)
@@ -213,7 +213,7 @@ static int __init sb1250_pcibios_init(void)
        uint64_t reg;
 
        /* CFE will assign PCI resources */
-       pci_probe_only = 1;
+       pci_set_flags(PCI_PROBE_ONLY);
 
        /* Avoid ISA compat ranges.  */
        PCIBIOS_MIN_IO = 0x00008000UL;