hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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);