OSDN Git Service

PCI/ACPI: Do not export pci_get_hp_params()
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Fri, 8 Feb 2019 16:24:11 +0000 (10:24 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 23 Apr 2019 21:37:58 +0000 (16:37 -0500)
commite77704501ca00ecb3f2f6439b3eb0d8afbe3a1bf
tree14257f64b78ea1a10f0e4ff18db0573e11d7f76a
parent91800660bbe9d4ae7791f0e646e5736180f01fc0
PCI/ACPI: Do not export pci_get_hp_params()

pci_get_hp_params() is only used within drivers/pci, and there is no reason
to make it available outside of the PCI core, so stop exporting it.

Link: https://lore.kernel.org/lkml/20190208162414.3996-2-mr.nuke.me@gmail.com
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci-acpi.c