]> 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)
commit593a65ce93deaae082e70af13d9664f6f5299e4f
treed22340a9a622c4d9f876a1423727822ace7c28d9
parent2358d48a6db92cb022eb848a0943363a742d51a5
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