mips/PCI: replace pci_probe_only with pci_flags
commit2909060699226f70d731d9c242489418f7da4972
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Feb 2012 03:18:57 +0000 (23 20:18 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Feb 2012 03:18:57 +0000 (23 20:18 -0700)
tree8d1cd71073d18ac72e47523fc36c69cacf29d13d
parente5b3684181ed91afa05e610af1c8328b7cd7871b
mips/PCI: replace pci_probe_only with pci_flags

Some architectures (alpha, mips, powerpc) have an arch-specific
"pci_probe_only" flag.  Others use PCI_PROBE_ONLY in pci_flags for
the same purpose.  This moves mips to the pci_flags approach so
generic code can use the same test across all architectures.

CC: Ralf Baechle <ralf@linux-mips.org>
CC: linux-mips@linux-mips.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/mips/include/asm/pci.h
arch/mips/pci/pci-bcm1480.c
arch/mips/pci/pci-ip27.c
arch/mips/pci/pci-lantiq.c
arch/mips/pci/pci-sb1250.c
arch/mips/pci/pci-xlr.c
arch/mips/pci/pci.c