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>
This commit is contained in:
parent
08d0cc5f34
commit
ba13d4575d
|
@ -1347,4 +1347,3 @@ bool pcie_aspm_support_enabled(void)
|
|||
{
|
||||
return aspm_support_enabled;
|
||||
}
|
||||
EXPORT_SYMBOL(pcie_aspm_support_enabled);
|
||||
|
|
Loading…
Reference in New Issue