powerpc/pci: move pci_64.c device tree scanning code into pci-common.c
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / include / asm / pci-bridge.h
index 4c61fa0b8d75f946bdd5de16ac72fc947c90e7fd..3faf575f6b0623d5295d3c9e40a125877904101c 100644 (file)
@@ -284,11 +284,6 @@ static inline int isa_vaddr_is_ioport(void __iomem *address)
 extern int pcibios_unmap_io_space(struct pci_bus *bus);
 extern int pcibios_map_io_space(struct pci_bus *bus);
 
-/* Return values for ppc_md.pci_probe_mode function */
-#define PCI_PROBE_NONE         -1      /* Don't look at this bus at all */
-#define PCI_PROBE_NORMAL       0       /* Do normal PCI probing */
-#define PCI_PROBE_DEVTREE      1       /* Instantiate from device tree */
-
 #ifdef CONFIG_NUMA
 #define PHB_SET_NODE(PHB, NODE)                ((PHB)->node = (NODE))
 #else