platform: msm_shared: Fix cache flush issues

Make sure the buffer allocated for DMA are cache line aligned and remove
unwanted cache flush in ufs driver

Change-Id: I9e55354a3b5dd89396e08442219dc114e927f6f4
diff --git a/include/debug.h b/include/debug.h
index d4bce54..59e7731 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -71,7 +71,7 @@
 
 #define PANIC_UNIMPLEMENTED panic("%s unimplemented\n", __PRETTY_FUNCTION__)
 
-void * __stack_chk_guard;
+uintptr_t __stack_chk_guard;
 
 /*
 * Initialize the stack protector canary value.