aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/pci-acpi.c
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2019-02-08 10:24:11 -0600
committerBjorn Helgaas <bhelgaas@google.com>2019-04-23 16:37:58 -0500
commite77704501ca00ecb3f2f6439b3eb0d8afbe3a1bf (patch)
tree14257f64b78ea1a10f0e4ff18db0573e11d7f76a /drivers/pci/pci-acpi.c
parentPCI: rpaphp: Get/put device node reference during slot alloc/dealloc (diff)
downloadwireguard-linux-e77704501ca00ecb3f2f6439b3eb0d8afbe3a1bf.tar.xz
wireguard-linux-e77704501ca00ecb3f2f6439b3eb0d8afbe3a1bf.zip
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>
Diffstat (limited to 'drivers/pci/pci-acpi.c')
-rw-r--r--drivers/pci/pci-acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c
index e1949f7efd9c..b25e5fa9d1c9 100644
--- a/drivers/pci/pci-acpi.c
+++ b/drivers/pci/pci-acpi.c
@@ -366,7 +366,6 @@ int pci_get_hp_params(struct pci_dev *dev, struct hotplug_params *hpp)
}
return -ENODEV;
}
-EXPORT_SYMBOL_GPL(pci_get_hp_params);
/**
* pciehp_is_native - Check whether a hotplug port is handled by the OS