]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pci/pci.c
PCI: Remove __weak tag from pci_remap_iospace()
[karo-tx-linux.git] / drivers / pci / pci.c
index 7904d02ffdb97e5f23d915e9c83edbf599ddf58b..bd98674a0419205423322736240c0924932359f5 100644 (file)
@@ -3363,7 +3363,7 @@ unsigned long __weak pci_address_to_pio(phys_addr_t address)
  *     Only architectures that have memory mapped IO functions defined
  *     (and the PCI_IOBASE value defined) should call this function.
  */
-int __weak pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr)
+int pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr)
 {
 #if defined(PCI_IOBASE) && defined(CONFIG_MMU)
        unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start;