diff options
author | 2019-07-24 17:38:48 -0600 | |
---|---|---|
committer | 2019-07-30 08:45:56 -0500 | |
commit | 621f7e354fd8f99db0e3f7a0e8cda238caee9f3a (patch) | |
tree | f55974ea7f23fe2adb666be3c74fca6f6bb439a8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | PCI: Make pci_enable_ptm() private (diff) | |
download | wireguard-linux-621f7e354fd8f99db0e3f7a0e8cda238caee9f3a.tar.xz wireguard-linux-621f7e354fd8f99db0e3f7a0e8cda238caee9f3a.zip |
PCI: Make pci_set_of_node(), etc private
These interfaces:
void pci_set_of_node(struct pci_dev *dev);
void pci_release_of_node(struct pci_dev *dev);
void pci_set_bus_of_node(struct pci_bus *bus);
void pci_release_bus_of_node(struct pci_bus *bus);
are only used in drivers/pci/ and do not need to be seen by the rest of the
kernel. Move them to drivers/pci/pci.h so they're private to the PCI
subsystem.
Link: https://lore.kernel.org/r/20190724233848.73327-12-skunberg.kelsey@gmail.com
Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions