• Gavin Shan's avatar
    powerpc/powernv: Remove pnv_pci_probe_mode() · a113de37
    Gavin Shan authored
    The callback (ppc_md.pci_probe_mode()) is used to determine if the
    child PCI devices of the indicated PCI bus should be probed from
    device-tree or hardware. On PowerNV platform, we always expect
    probing PCI devices from hardware, which is PowerPC PCI core's
    default behaviour. Also, the callback had some delay implemented
    based on PHB's device node property "reset-clear-timestamp", which
    wasn't exported from skiboot. So we don't need this function and
    it's safe to remove it.
    Signed-off-by: default avatarGavin Shan <gwshan@linux.vnet.ibm.com>
    Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
    a113de37
pci.c 23.4 KB