msm: devces-msm7x27a: Fix compilation while L2 PL310 is disabled
Rename msm_cache_init to msm7x27x_cache_init to fix
the compilation when L2 PL310 is disabled.
Signed-off-by: pankaj kumar <pakuma@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices-msm7x27a.c b/arch/arm/mach-msm/devices-msm7x27a.c
index f20f41b..725f47f 100644
--- a/arch/arm/mach-msm/devices-msm7x27a.c
+++ b/arch/arm/mach-msm/devices-msm7x27a.c
@@ -730,7 +730,7 @@
return 0;
}
#else
-static int __init msm_cache_init(void){ return 0; }
+static int __init msm7x27x_cache_init(void){ return 0; }
#endif
void __init msm_common_io_init(void)