diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2022-06-25 00:27:19 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2022-07-12 21:18:29 +0300 |
commit | ba13d4575da5e656a3cbc18583e0da5c5d865417 (patch) | |
tree | b801228ac0ac9a81ae1a9ef648ee8e3b29027504 /drivers/pci/pcie | |
parent | 08d0cc5f34265d1a1e3031f319f594bd1970976c (diff) | |
download | linux-ba13d4575da5e656a3cbc18583e0da5c5d865417.tar.xz |
PCI/ASPM: Unexport pcie_aspm_support_enabled()
pcie_aspm_support_enabled() is used only by the acpi/pci_root.c driver,
which cannot be built as a module, so it does not need to be exported.
Unexport it.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/pci/pcie')
-rw-r--r-- | drivers/pci/pcie/aspm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pcie/aspm.c b/drivers/pci/pcie/aspm.c index 7f76a5875feb..a8aec190986c 100644 --- a/drivers/pci/pcie/aspm.c +++ b/drivers/pci/pcie/aspm.c @@ -1347,4 +1347,3 @@ bool pcie_aspm_support_enabled(void) { return aspm_support_enabled; } -EXPORT_SYMBOL(pcie_aspm_support_enabled); |