Skip to content

Commit eb6a080

Browse files
committed
mips: export pci_iounmap()
I added this function in an earlier patch, but the missing export caused a build failure Reported-by: Nathan Chancellor <nathan@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent ac4e3b0 commit eb6a080

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/mips/lib/iomap-pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ void pci_iounmap(struct pci_dev *dev, void __iomem *addr)
5151
if (addr < base || addr > (base + resource_size(ctrl->io_resource)))
5252
iounmap(addr);
5353
}
54+
EXPORT_SYMBOL(pci_iounmap);
5455

5556
#endif /* CONFIG_PCI_DRIVERS_LEGACY */

0 commit comments

Comments
 (0)