PCI: Deprecate pci_reset_bus() and pci_reset_slot() functions
authorSinan Kaya <okaya@codeaurora.org>
Thu, 19 Jul 2018 23:04:14 +0000 (18:04 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 19 Jul 2018 23:04:23 +0000 (18:04 -0500)
commitfe32e2fa656c29d5d25f959f8e6168ac405d9ab4
tree7c3de37e097bb1dfdf6ac0d453faffc16c210329
parent811c5cb37df46b0cd714dbd053d19cdb97d08cff
PCI: Deprecate pci_reset_bus() and pci_reset_slot() functions

pci_reset_bus() and pci_reset_slot() functions are not being used by any
code.  Remove them from the kernel in favor of pci_try_reset_bus() and
pci_try_reset_slot() functions.

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.c
include/linux/pci.h