diff options
author | Kelsey Skunberg <skunberg.kelsey@gmail.com> | 2019-07-24 17:38:43 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-07-30 08:45:52 -0500 |
commit | ecd29c1a38af4ba6e61382591dfe93f06f14ba25 (patch) | |
tree | 95a88df15dd1d79553446818d2362efd7f38a39d /usr/Makefile | |
parent | 003d3b2c5f835d897b3b10a13a9e1340630e93f1 (diff) |
PCI: Make pci_bus_get(), pci_bus_put() private
These interfaces:
struct pci_bus *pci_bus_get(struct pci_bus *bus);
void pci_bus_put(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-7-skunberg.kelsey@gmail.com
Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'usr/Makefile')
0 files changed, 0 insertions, 0 deletions