hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/mips/lib/iomap-pci.c
....@@ -44,10 +44,3 @@
4444 }
4545
4646 #endif /* CONFIG_PCI_DRIVERS_LEGACY */
47
-
48
-void pci_iounmap(struct pci_dev *dev, void __iomem * addr)
49
-{
50
- iounmap(addr);
51
-}
52
-
53
-EXPORT_SYMBOL(pci_iounmap);