From 85811fc7c244c977186cff501063d5f67fb5352b Mon Sep 17 00:00:00 2001 From: Ajay Dudani Date: Wed, 29 Aug 2012 09:55:51 -0700 Subject: [PATCH] Revert "msm_ion: switch to using legacy_ion.h" This reverts commit 66edcd9dad6a10622015f6350ea9bc11a358801a. --- libc/kernel/common/linux/msm_ion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/kernel/common/linux/msm_ion.h b/libc/kernel/common/linux/msm_ion.h index 8b0332049..b6625f636 100644 --- a/libc/kernel/common/linux/msm_ion.h +++ b/libc/kernel/common/linux/msm_ion.h @@ -18,7 +18,7 @@ ****************************************************************************/ #ifndef __LINUX_MSM_ION_H__ #define __LINUX_MSM_ION_H__ -#include +#include enum msm_ion_heap_types { /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ ION_HEAP_TYPE_IOMMU = ION_HEAP_TYPE_CUSTOM + 1,