commit | bd2e9567db72e37f7f4b90faa5133bc7365b5f65 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Aug 09 16:19:52 2018 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Aug 09 16:19:52 2018 -0500 |
tree | d22340a9a622c4d9f876a1423727822ace7c28d9 | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 [diff] |
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>