diff options
author | Kelsey Skunberg <[email protected]> | 2019-07-24 17:38:39 -0600 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2019-07-30 08:45:49 -0500 |
commit | 669696ebbccc40e8096a2ee9809c028fc1538001 (patch) | |
tree | ab9e67b380729c0337da2e7ff1a463685664c3d3 /net/unix/af_unix.c | |
parent | c776dd50196a07a0ef943fcb74e8c86f9a5a20a8 (diff) |
PCI: Make pci_check_pme_status(), pci_pme_wakeup_bus() private
These interfaces:
bool pci_check_pme_status(struct pci_dev *dev);
void pci_pme_wakeup_bus(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/[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