summaryrefslogtreecommitdiffstats
path: root/ion/ion.c
diff options
context:
space:
mode:
authorRebecca Schultz Zavin <rebecca@android.com>2012-07-03 09:50:33 -0700
committerRebecca Schultz Zavin <rebecca@android.com>2012-07-09 12:29:32 -0700
commit80fba10a860e6c7900367a6a9dfd9bbbe5ef2cd2 (patch)
tree6541402f4e2f5e8409cd94559d828cf9d1629542 /ion/ion.c
parentac49064fbdd0373464bd6ce4b38ba597ce792dd4 (diff)
downloadhardware_ti_omap4xxx-80fba10a860e6c7900367a6a9dfd9bbbe5ef2cd2.zip
hardware_ti_omap4xxx-80fba10a860e6c7900367a6a9dfd9bbbe5ef2cd2.tar.gz
hardware_ti_omap4xxx-80fba10a860e6c7900367a6a9dfd9bbbe5ef2cd2.tar.bz2
Fixup ion change to old library
Missed a few places that needed updating Change-Id: I1a483d9d85858e752df0f1d970559fcac6695856 Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
Diffstat (limited to 'ion/ion.c')
-rw-r--r--ion/ion.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ion/ion.c b/ion/ion.c
index 7170915..54579db 100644
--- a/ion/ion.c
+++ b/ion/ion.c
@@ -27,8 +27,8 @@
#define LOG_TAG "ion"
#include <cutils/log.h>
-#include <linux/ion.h>
-#include <linux/omap_ion.h>
+#include "linux_ion.h"
+#include "omap_ion.h"
#include "ion.h"
int ion_open()