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>
This commit is contained in:
Ajay Dudani
2012-08-29 18:02:11 -07:00
committed by Iliyan Malchev
parent 261d92cf1b
commit 7196637a6e
2 changed files with 6 additions and 6 deletions

View File

@@ -17,6 +17,6 @@
#ifndef _LINUX_MSM_ION_H
#define _LINUX_MSM_ION_H
#include <linux/legacy_ion.h>
#include <linux/ion.h>
#endif