diff options
| author | Ajay Dudani <adudani@codeaurora.org> | 2012-08-29 09:55:51 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-05 21:43:15 -0700 |
| commit | 85811fc7c244c977186cff501063d5f67fb5352b (patch) | |
| tree | 50192641fe59cab4874ccb500219fff4d0fe89b2 /libc/kernel/common/linux/msm_ion.h | |
| parent | dc81b44759b30a7fe0951d35f658700afd806bea (diff) | |
| download | bionic-85811fc7c244c977186cff501063d5f67fb5352b.zip bionic-85811fc7c244c977186cff501063d5f67fb5352b.tar.gz bionic-85811fc7c244c977186cff501063d5f67fb5352b.tar.bz2 | |
Revert "msm_ion: switch to using legacy_ion.h"
This reverts commit 66edcd9dad6a10622015f6350ea9bc11a358801a.
Diffstat (limited to 'libc/kernel/common/linux/msm_ion.h')
| -rw-r--r-- | libc/kernel/common/linux/msm_ion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/common/linux/msm_ion.h b/libc/kernel/common/linux/msm_ion.h index 8b03320..b6625f6 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 <linux/legacy_ion.h> +#include <linux/ion.h> 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, |
