diff options
author | Kelsey Skunberg <[email protected]> | 2019-07-24 17:38:40 -0600 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2019-07-30 08:45:49 -0500 |
commit | 975e1ac173058b8710e5979e97fc1397233301f3 (patch) | |
tree | cd9802ef641e9950c64f6c570b44ec21039f3dce /net/unix/af_unix.c | |
parent | 669696ebbccc40e8096a2ee9809c028fc1538001 (diff) |
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/[email protected]
Signed-off-by: Kelsey Skunberg <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions