aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r--drivers/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 4a7f6f54d669..720f7e27c3a8 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -2230,7 +2230,7 @@ void pci_config_pm_runtime_put(struct pci_dev *pdev)
2230 * This function checks if it is possible to move the bridge to D3. 2230 * This function checks if it is possible to move the bridge to D3.
2231 * Currently we only allow D3 for recent enough PCIe ports. 2231 * Currently we only allow D3 for recent enough PCIe ports.
2232 */ 2232 */
2233static bool pci_bridge_d3_possible(struct pci_dev *bridge) 2233bool pci_bridge_d3_possible(struct pci_dev *bridge)
2234{ 2234{
2235 unsigned int year; 2235 unsigned int year;
2236 2236