forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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);