projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3789af9
)
PCI/PM: Remove unused PCI_PM_BUS_WAIT
author
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 29 Sep 2020 19:20:15 +0000
(14:20 -0500)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 30 Sep 2020 22:00:47 +0000
(17:00 -0500)
476e7faefc43
("PCI PM: Do not wait for buses in B2 or B3 during resume")
removed the last use of PCI_PM_BUS_WAIT. Remove the definition as well.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/pci/pci.h
patch
|
blob
|
history
diff --git
a/drivers/pci/pci.h
b/drivers/pci/pci.h
index
8d49266
..
f0a9cbe
100644
(file)
--- a/
drivers/pci/pci.h
+++ b/
drivers/pci/pci.h
@@
-46,7
+46,6
@@
int pci_bus_error_reset(struct pci_dev *dev);
#define PCI_PM_D2_DELAY 200
#define PCI_PM_D3HOT_WAIT 10
#define PCI_PM_D3COLD_WAIT 100
-#define PCI_PM_BUS_WAIT 50
/**
* struct pci_platform_pm_ops - Firmware PM callbacks