gpu: ion: Add compatibility with future changes
Several changes are pending to be pulled in which are
not compatible with our changes. Specifically, a new
field to the allocation ioctl is added and the ioctl
numbers for cache flushing need to be changed.
Add these changes now until full changes can be pulled
in the future.
Change-Id: I9540495e25c7b6c414a6e3719f66f2cd9f78c585
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
Signed-off-by: Ajay Dudani <adudani@codeaurora.org>
diff --git a/include/linux/msm_ion.h b/include/linux/msm_ion.h
index 031b555..0e28e54 100644
--- a/include/linux/msm_ion.h
+++ b/include/linux/msm_ion.h
@@ -17,6 +17,6 @@
#ifndef _LINUX_MSM_ION_H
#define _LINUX_MSM_ION_H
-#include <linux/legacy_ion.h>
+#include <linux/ion.h>
#endif