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)
commitbd2e9567db72e37f7f4b90faa5133bc7365b5f65
treed22340a9a622c4d9f876a1423727822ace7c28d9
parentce397d215ccd07b8ae3f71db689aedb85d56ab40
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