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>
Showing
- arch/mips/include/asm/pci.h 1 addition, 2 deletionsarch/mips/include/asm/pci.h
- arch/mips/pci/pci-bcm1480.c 1 addition, 1 deletionarch/mips/pci/pci-bcm1480.c
- arch/mips/pci/pci-ip27.c 1 addition, 1 deletionarch/mips/pci/pci-ip27.c
- arch/mips/pci/pci-lantiq.c 2 additions, 1 deletionarch/mips/pci/pci-lantiq.c
- arch/mips/pci/pci-sb1250.c 1 addition, 1 deletionarch/mips/pci/pci-sb1250.c
- arch/mips/pci/pci-xlr.c 1 addition, 1 deletionarch/mips/pci/pci-xlr.c
- arch/mips/pci/pci.c 5 additions, 8 deletionsarch/mips/pci/pci.c
Loading
Please register or sign in to comment