msm_ion: switch to using legacy_ion.h

Change-Id: I0fa64cb9684062f371bd21a1f94f6c7dad8d854d
Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/libc/kernel/common/linux/msm_ion.h b/libc/kernel/common/linux/msm_ion.h
index b6625f6..8b03320 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/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,