Merge "msm: memory: Use already defined MT_MEMORY_SO type"
diff --git a/arch/arm/mach-msm/memory.c b/arch/arm/mach-msm/memory.c
index 435f3be..8fdaf61 100644
--- a/arch/arm/mach-msm/memory.c
+++ b/arch/arm/mach-msm/memory.c
@@ -62,7 +62,7 @@
 	map.pfn = __phys_to_pfn(phys);
 	map.virtual = MSM_STRONGLY_ORDERED_PAGE;
 	map.length = PAGE_SIZE;
-	map.type = MT_DEVICE_STRONGLY_ORDERED;
+	map.type = MT_MEMORY_SO;
 	create_mapping(&map);
 
 	printk(KERN_ALERT "Initialized strongly ordered page successfully\n");