Skip to content

Commit 2ea548a

Browse files
l1kbjorn-helgaas
authored andcommitted
PCI: Remove obsolete pci_cleanup_rom() declaration
Commit d9c8bea ("PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPY") removed pci_cleanup_rom(), but retained its declaration in pci.h. Remove it. Link: https://lore.kernel.org/r/fc30de5276e21d5a3ebcb7e58a8b43e399f7e6e6.1698668982.git.lukas@wunner.de Signed-off-by: Lukas Wunner <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Alistair Francis <[email protected]>
1 parent be9c3a4 commit 2ea548a

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
@@ -31,7 +31,6 @@ bool pcie_cap_has_rtctl(const struct pci_dev *dev);
3131

3232
/* Functions internal to the PCI core code */
3333

34-
void pci_cleanup_rom(struct pci_dev *dev);
3534
#ifdef CONFIG_DMI
3635
extern const struct attribute_group pci_dev_smbios_attr_group;
3736
#endif

0 commit comments

Comments
 (0)