summaryrefslogtreecommitdiff
path: root/kernel-headers/linux/msm_ion.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-07-27 10:40:12 -0700
committerChristopher Ferris <cferris@google.com>2017-07-27 10:40:12 -0700
commit0395510ea02f670e2bff174eb9320eef7c867376 (patch)
treec58eec4e23d2a9cd17892817d9ce6a8b759dbbf9 /kernel-headers/linux/msm_ion.h
parent60aaa00b2e0d537c0f51631dd88d919fc1baf439 (diff)
downloadmsm8994-0395510ea02f670e2bff174eb9320eef7c867376.tar.gz
Changes to support new v4.12.3 headers.android-o-iot-preview-5o-iot-preview-5
This code depends on an exact ion.h file version, so capture that exact version instead of using the one from bionic. Test: Built and booted angler. Change-Id: I781c837b959c3a08c8a771f9a134e7c314c7ca9b
Diffstat (limited to 'kernel-headers/linux/msm_ion.h')
-rw-r--r--kernel-headers/linux/msm_ion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-headers/linux/msm_ion.h b/kernel-headers/linux/msm_ion.h
index fb5db71..4aa05aa 100644
--- a/kernel-headers/linux/msm_ion.h
+++ b/kernel-headers/linux/msm_ion.h
@@ -18,7 +18,7 @@
****************************************************************************/
#ifndef _UAPI_MSM_ION_H
#define _UAPI_MSM_ION_H
-#include "../../../bionic/libc/kernel/uapi/linux/ion.h"
+#include "ion.h"
enum msm_ion_heap_types {
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
ION_HEAP_TYPE_MSM_START = ION_HEAP_TYPE_CUSTOM + 1,