ia64: rename ioremap_nocache to ioremap_uc
[sfrench/cifs-2.6.git] / arch / ia64 / mm / ioremap.c
index 0c0de2c4ec6903087473aaf9669c338d18a8d1b7..a09cfa064536903f6c6ec3d9a79d3180d09d2c0f 100644 (file)
@@ -99,14 +99,14 @@ ioremap (unsigned long phys_addr, unsigned long size)
 EXPORT_SYMBOL(ioremap);
 
 void __iomem *
-ioremap_nocache (unsigned long phys_addr, unsigned long size)
+ioremap_uc(unsigned long phys_addr, unsigned long size)
 {
        if (kern_mem_attribute(phys_addr, size) & EFI_MEMORY_WB)
                return NULL;
 
        return __ioremap_uc(phys_addr);
 }
-EXPORT_SYMBOL(ioremap_nocache);
+EXPORT_SYMBOL(ioremap_uc);
 
 void
 early_iounmap (volatile void __iomem *addr, unsigned long size)