aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 9e700d9f9f28..82e4cd1b7ac3 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -1567,8 +1567,10 @@ extern bool pcie_ports_native;
1567 1567
1568#ifdef CONFIG_PCIEASPM 1568#ifdef CONFIG_PCIEASPM
1569bool pcie_aspm_support_enabled(void); 1569bool pcie_aspm_support_enabled(void);
1570bool pcie_aspm_enabled(struct pci_dev *pdev);
1570#else 1571#else
1571static inline bool pcie_aspm_support_enabled(void) { return false; } 1572static inline bool pcie_aspm_support_enabled(void) { return false; }
1573static inline bool pcie_aspm_enabled(struct pci_dev *pdev) { return false; }
1572#endif 1574#endif
1573 1575
1574#ifdef CONFIG_PCIEAER 1576#ifdef CONFIG_PCIEAER