]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/pci/pci.h
PCI: Make pci_ats_init() private
authorKelsey Skunberg <skunberg.kelsey@gmail.com>
Wed, 24 Jul 2019 23:38:45 +0000 (17:38 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 30 Jul 2019 13:45:53 +0000 (08:45 -0500)
commitb92b512a435da01b52de07e3dcc2f07a4ad404de
tree40974a37030f7b9aa19c64d7440bbdac7f55aedd
parent5da78d95785daa9454336a88b2f86a8998f6c739
PCI: Make pci_ats_init() private

This interface:

  void pci_ats_init(struct pci_dev *dev);

is only used in drivers/pci/ and does not need to be seen by the rest of
the kernel.  Move it to drivers/pci/pci.h so it's private to the PCI
subsystem.

Link: https://lore.kernel.org/r/20190724233848.73327-9-skunberg.kelsey@gmail.com
Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.h
include/linux/pci.h