am 7e585192: am 66edcd9d: msm_ion: switch to using legacy_ion.h

* commit '7e5851922ce5430ea55e3c9325386846fbedf16c':
  msm_ion: switch to using legacy_ion.h
This commit is contained in:
Iliyan Malchev 2012-08-29 01:39:28 -07:00 committed by Android Git Automerger
commit 230752b861

View File

@ -18,7 +18,7 @@
****************************************************************************/
#ifndef __LINUX_MSM_ION_H__
#define __LINUX_MSM_ION_H__
#include <linux/ion.h>
#include <linux/legacy_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,