Skip to content

Commit 2ac11a2

Browse files
Yue Haibingbjorn-helgaas
authored andcommitted
PCI/VPD: Remove pci_vpd_release() unused declarations
Commit fd00faa ("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/[email protected] Signed-off-by: Yue Haibing <[email protected]> [bhelgaas: split per feature] Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 47ecb44 commit 2ac11a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pci/pci.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ static inline bool pcie_downstream_port(const struct pci_dev *dev)
168168
}
169169

170170
void pci_vpd_init(struct pci_dev *dev);
171-
void pci_vpd_release(struct pci_dev *dev);
172171
extern const struct attribute_group pci_dev_vpd_attr_group;
173172

174173
/* PCI Virtual Channel */

0 commit comments

Comments
 (0)