Commit 47ecb443 authored by Yue Haibing's avatar Yue Haibing Committed by Bjorn Helgaas

PCI/PM: Remove __pci_pme_wakeup() unused declarations

Commit b67ea761 ("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/20240824100331.586036-1-yuehaibing@huawei.comSigned-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
[bhelgaas: split per feature]
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 8a48281c
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment