From cb22ca6421aeb9f3835fae4ef7d965dd6be9d7b9 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 29 Jul 2014 14:22:08 -0500 Subject: 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 [mitchelh: dropped MSM changes to ion_chunk_heap, dropped MSM changes to ion_carveout_heap] Signed-off-by: Mitchel Humpherys --- include/linux/ion.h | 6 ++++++ include/linux/msm_ion.h | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 include/linux/ion.h create mode 100644 include/linux/msm_ion.h (limited to 'include/linux') diff --git a/include/linux/ion.h b/include/linux/ion.h new file mode 100644 index 000000000000..242fef6ba990 --- /dev/null +++ b/include/linux/ion.h @@ -0,0 +1,6 @@ +#ifndef __LINUX_ION_H__ +#define __LINUX_ION_H__ + +#include "../../drivers/staging/android/ion/ion.h" + +#endif /* __LINUX_ION_H__ */ 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__ */ -- cgit v1.2.3