PCI/ATS: Make pci_restore_pri_state(), pci_restore_pasid_state() private
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 9 Oct 2019 21:47:15 +0000 (16:47 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 15 Oct 2019 21:39:11 +0000 (16:39 -0500)
commitfef2dd8b3966517172514ea5a89104ba7745678b
tree0db0ad958a9b64bd686ed4ef8e5bfc6d23765e5b
parentd355bb2097834a977a6f47cec003b7d7748adbd6
PCI/ATS: Make pci_restore_pri_state(), pci_restore_pasid_state() private

These interfaces:

  void pci_restore_pri_state(struct pci_dev *pdev);
  void pci_restore_pasid_state(struct pci_dev *pdev);

are only used in drivers/pci and do not need to be seen by the rest of the
kernel.  Most them to drivers/pci/pci.h so they're private to the PCI
subsystem.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Joerg Roedel <jroedel@suse.de>
drivers/pci/pci.h
include/linux/pci-ats.h