PCI: Remove obsolete pci_cleanup_rom() declaration
authorLukas Wunner <lukas@wunner.de>
Mon, 30 Oct 2023 12:33:13 +0000 (13:33 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 5 Mar 2024 22:08:56 +0000 (16:08 -0600)
commit2ea548a3c01de873b54390dc07ef0a72d9b4a5f3
tree9f86fcb92308c45475c67610059af8d3efc19505
parentbe9c3a4c8be13326e434d8817d6dda6c5d2835f5
PCI: Remove obsolete pci_cleanup_rom() declaration

Commit d9c8bea179a6 ("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 <lukas@wunner.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
drivers/pci/pci.h