forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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);