am 4eeac605: am c1b6ab82: Update ion header to add flag for CACHED_NEEDS_SYNC

* commit '4eeac605a6b049187ad97fe679d3c8c164d13de3':
  Update ion header to add flag for CACHED_NEEDS_SYNC
diff --git a/original/linux/ion.h b/original/linux/ion.h
index e72c09e..a7d399c 100644
--- a/original/linux/ion.h
+++ b/original/linux/ion.h
@@ -52,6 +52,9 @@
 					   cached, ion will do cache
 					   maintenance when the buffer is
 					   mapped for dma */
+#define ION_FLAG_CACHED_NEEDS_SYNC 2	/* mappings of this buffer will created
+					   at mmap time, if this is set
+					   caches must be managed manually */
 
 #ifdef __KERNEL__
 struct ion_device;