]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8e8a440b0eae3b598a94d08846a22d4b1f1b0193
tree7c3de37e097bb1dfdf6ac0d453faffc16c210329
parent4b91e68526009ae7b513028219e747e1ea58c8ee
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