|
@@ -3383,6 +3383,7 @@ int __weak pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr)
|
|
|
return -ENODEV;
|
|
|
#endif
|
|
|
}
|
|
|
+EXPORT_SYMBOL(pci_remap_iospace);
|
|
|
|
|
|
/**
|
|
|
* pci_unmap_iospace - Unmap the memory mapped I/O space
|
|
@@ -3400,6 +3401,7 @@ void pci_unmap_iospace(struct resource *res)
|
|
|
unmap_kernel_range(vaddr, resource_size(res));
|
|
|
#endif
|
|
|
}
|
|
|
+EXPORT_SYMBOL(pci_unmap_iospace);
|
|
|
|
|
|
static void __pci_set_master(struct pci_dev *dev, bool enable)
|
|
|
{
|