Commit 2ac11a2f authored by Yue Haibing's avatar Yue Haibing Committed by Bjorn Helgaas
Browse files

PCI/VPD: Remove pci_vpd_release() unused declarations

Commit fd00faa3 ("PCI/VPD: Embed struct pci_vpd in struct pci_dev")
removed pci_vpd_release() but left the declaration.  Remove the unused
declaration.

Link: https://lore.kernel.org/r/20240824100331.586036-1-yuehaibing@huawei.com


Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
[bhelgaas: split per feature]
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 47ecb443
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@ static inline bool pcie_downstream_port(const struct pci_dev *dev)
}

void pci_vpd_init(struct pci_dev *dev);
void pci_vpd_release(struct pci_dev *dev);
extern const struct attribute_group pci_dev_vpd_attr_group;

/* PCI Virtual Channel */