diff options
author | Kelsey Skunberg <[email protected]> | 2019-07-24 17:38:47 -0600 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2019-07-30 08:45:55 -0500 |
commit | ac6c26da29c12fa511c877c273ed5c939dc9e96c (patch) | |
tree | bf3a0b3fb3bb3630a744334a16939fc9e7cdd5e0 /net/lapb/lapb_in.c | |
parent | 72bde9ced373ca1e27332fd020d248151319a3d6 (diff) |
PCI: Make pci_enable_ptm() private
This interface:
int pci_enable_ptm(struct pci_dev *dev, u8 *granularity);
is only used in drivers/pci/ and does not need to be seen by the rest of
the kernel. Move it to drivers/pci/pci.h so it's 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/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions