diff options
author | Yue Haibing <[email protected]> | 2024-08-28 16:21:41 -0500 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2024-08-28 16:23:43 -0500 |
commit | 47ecb443a91ad3d82a79807bec7d258cad8eb86a (patch) | |
tree | 16da8696a9085afe3ac339668cbb1d45d66108b1 | |
parent | 8a48281cfa7f380707d42b649acda3ea36348697 (diff) |
PCI/PM: Remove __pci_pme_wakeup() unused declarations
Commit b67ea76172d4 ("PCI / ACPI / PM: Platform support for PCI PME
wake-up") declared but never implemented __pci_pme_wakeup(). Remove the
unused declaration.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Yue Haibing <[email protected]>
[bhelgaas: split per feature]
Signed-off-by: Bjorn Helgaas <[email protected]>
-rw-r--r-- | drivers/pci/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h index 79c8398f3938..c69383b7a5bc 100644 --- a/drivers/pci/pci.h +++ b/drivers/pci/pci.h @@ -124,7 +124,6 @@ void pcie_clear_device_status(struct pci_dev *dev); void pcie_clear_root_pme_status(struct pci_dev *dev); bool pci_check_pme_status(struct pci_dev *dev); void pci_pme_wakeup_bus(struct pci_bus *bus); -int __pci_pme_wakeup(struct pci_dev *dev, void *ign); void pci_pme_restore(struct pci_dev *dev); bool pci_dev_need_resume(struct pci_dev *dev); void pci_dev_adjust_pme(struct pci_dev *dev); |