]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Hide ACS quirk declarations inside PCI core
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 9 Aug 2018 21:19:52 +0000 (16:19 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 9 Aug 2018 21:19:52 +0000 (16:19 -0500)
commitb7605f9f2d9bf3a9e8f3594d56bc651858642945
treed22340a9a622c4d9f876a1423727822ace7c28d9
parent0d5624e606504772b89d3c3d6b1be740ef176c61
PCI: Hide ACS quirk declarations inside PCI core

Move declarations for these functions:

  pci_dev_specific_acs_enabled()
  pci_dev_specific_enable_acs()

from include/linux/pci.h to drivers/pci/pci.h because nothing outside the
PCI core needs to use them.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.h
include/linux/pci.h