ARM: 6105/1: Fix the __arm_ioremap_caller() definition in nommu.c
[deliverable/linux.git] / arch / arm / mm / nommu.c
index 9bfeb6b9509ad3480bd33a664e51b4f94311bfbb..f8791eed7594636da9a2374feac8b46e6f59e8ef 100644 (file)
@@ -87,8 +87,8 @@ void __iomem *__arm_ioremap(unsigned long phys_addr, size_t size,
 }
 EXPORT_SYMBOL(__arm_ioremap);
 
-void __iomem *__arm_ioremap(unsigned long phys_addr, size_t size,
-                           unsigned int mtype, void *caller)
+void __iomem *__arm_ioremap_caller(unsigned long phys_addr, size_t size,
+                                  unsigned int mtype, void *caller)
 {
        return __arm_ioremap(phys_addr, size, mtype);
 }
This page took 0.037023 seconds and 5 git commands to generate.