]> Git Repo - linux.git/blobdiff - drivers/pci/pcie/aspm.c
Merge branch 'bpf-next'
[linux.git] / drivers / pci / pcie / aspm.c
index f1272dc54de176125a63be94ad6f40b7aa64659e..e1e7026b838dd23b2043813d22fc0d718a7e6829 100644 (file)
@@ -984,18 +984,6 @@ void pcie_no_aspm(void)
        }
 }
 
-/**
- * pcie_aspm_enabled - is PCIe ASPM enabled?
- *
- * Returns true if ASPM has not been disabled by the command-line option
- * pcie_aspm=off.
- **/
-int pcie_aspm_enabled(void)
-{
-       return !aspm_disabled;
-}
-EXPORT_SYMBOL(pcie_aspm_enabled);
-
 bool pcie_aspm_support_enabled(void)
 {
        return aspm_support_enabled;
This page took 0.038457 seconds and 4 git commands to generate.