|
@@ -227,6 +227,7 @@ void devm_ioport_unmap(struct device *dev, void __iomem *addr)
|
|
devm_ioport_map_match, (void *)addr));
|
|
devm_ioport_map_match, (void *)addr));
|
|
}
|
|
}
|
|
EXPORT_SYMBOL(devm_ioport_unmap);
|
|
EXPORT_SYMBOL(devm_ioport_unmap);
|
|
|
|
+#endif /* CONFIG_HAS_IOPORT */
|
|
|
|
|
|
#ifdef CONFIG_PCI
|
|
#ifdef CONFIG_PCI
|
|
/*
|
|
/*
|
|
@@ -432,4 +433,3 @@ void pcim_iounmap_regions(struct pci_dev *pdev, int mask)
|
|
}
|
|
}
|
|
EXPORT_SYMBOL(pcim_iounmap_regions);
|
|
EXPORT_SYMBOL(pcim_iounmap_regions);
|
|
#endif /* CONFIG_PCI */
|
|
#endif /* CONFIG_PCI */
|
|
-#endif /* CONFIG_HAS_IOPORT */
|
|
|