summaryrefslogtreecommitdiff
path: root/include/linux/msm_ion.h
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2014-07-29 14:22:08 -0500
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:04:03 -0700
commitcb22ca6421aeb9f3835fae4ef7d965dd6be9d7b9 (patch)
tree1252654f0e2f995f304aa503b6eebb02810e560b /include/linux/msm_ion.h
parent53b034fa4986fe4f436cbbac2c75c21d1b9d585c (diff)
ion: add snapshot of ion support for MSM
This is a snapshot of the ION support as of msm-3.10 commit acdce027751d5a7488b283f0ce3111f873a5816d (Merge "defconfig: arm64: Enable ONESHOT_SYNC for msm8994") In addition, comment out the shrinker code and skip-zeroing bits as they aren't yet in the tree. Change-Id: Id9e1e7fa4c35ce5a9f9348837f05f002258865cf Signed-off-by: Kumar Gala <galak@codeaurora.org> [mitchelh: dropped MSM changes to ion_chunk_heap, dropped MSM changes to ion_carveout_heap] Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
Diffstat (limited to 'include/linux/msm_ion.h')
-rw-r--r--include/linux/msm_ion.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/msm_ion.h b/include/linux/msm_ion.h
new file mode 100644
index 000000000000..04afdf587421
--- /dev/null
+++ b/include/linux/msm_ion.h
@@ -0,0 +1,6 @@
+#ifndef __LINUX_MSM_ION_H__
+#define __LINUX_MSM_ION_H__
+
+#include "../../drivers/staging/android/ion/msm/msm_ion.h"
+
+#endif /* __LINUX_MSM_ION_H__ */