diff options
author | 2019-07-24 17:38:40 -0600 | |
---|---|---|
committer | 2019-07-30 08:45:49 -0500 | |
commit | 975e1ac173058b8710e5979e97fc1397233301f3 (patch) | |
tree | cd9802ef641e9950c64f6c570b44ec21039f3dce /tools/perf/scripts/python/export-to-postgresql.py | |
parent | PCI: Make pci_check_pme_status(), pci_pme_wakeup_bus() private (diff) | |
download | wireguard-linux-975e1ac173058b8710e5979e97fc1397233301f3.tar.xz wireguard-linux-975e1ac173058b8710e5979e97fc1397233301f3.zip |
PCI: Make pci_get_host_bridge_device(), pci_put_host_bridge_device() private
These interfaces:
struct device *pci_get_host_bridge_device(struct pci_dev *dev);
void pci_put_host_bridge_device(struct device *dev);
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-4-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