mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
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>
This commit is contained in:
@@ -51,5 +51,6 @@ void pci_iounmap(struct pci_dev *dev, void __iomem *addr)
|
||||
if (addr < base || addr > (base + resource_size(ctrl->io_resource)))
|
||||
iounmap(addr);
|
||||
}
|
||||
EXPORT_SYMBOL(pci_iounmap);
|
||||
|
||||
#endif /* CONFIG_PCI_DRIVERS_LEGACY */
|
||||
|
||||
Reference in New Issue
Block a user