]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-msm/io.c
msm: io: Export __msm_ioremap
[karo-tx-linux.git] / arch / arm / mach-msm / io.c
index d36b61074146eb35aa862f9c0ff46c619840c9bf..f912d7bf188902d367e128a554e83777ba6ee06a 100644 (file)
@@ -163,3 +163,4 @@ __msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype)
        return __arm_ioremap_caller(phys_addr, size, mtype,
                __builtin_return_address(0));
 }
+EXPORT_SYMBOL(__msm_ioremap);