Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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
+1
arch/mips/lib/iomap-pci.c
··· 51 51 if (addr < base || addr > (base + resource_size(ctrl->io_resource))) 52 52 iounmap(addr); 53 53 } 54 + EXPORT_SYMBOL(pci_iounmap); 54 55 55 56 #endif /* CONFIG_PCI_DRIVERS_LEGACY */