diff options
author | Elliott Hughes <enh@google.com> | 2013-11-21 22:09:46 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-11-21 22:09:46 -0800 |
commit | f98e4bf7fb9496afbc31fd4812f5832e34aab7b8 (patch) | |
tree | 77b5aabf634b3990468279f6cf18cf56fb4563f7 /libion | |
parent | a6fbc0f9f49b797f4a67ea49f37681c08ab41111 (diff) | |
download | system_core-f98e4bf7fb9496afbc31fd4812f5832e34aab7b8.zip system_core-f98e4bf7fb9496afbc31fd4812f5832e34aab7b8.tar.gz system_core-f98e4bf7fb9496afbc31fd4812f5832e34aab7b8.tar.bz2 |
Fix build.
Change-Id: I6552bf9f83faa97bd5a844381aceb3ef85f86c76
Diffstat (limited to 'libion')
-rw-r--r-- | libion/ion_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libion/ion_test.c b/libion/ion_test.c index 0caaa2a..d2c37ca 100644 --- a/libion/ion_test.c +++ b/libion/ion_test.c @@ -13,7 +13,6 @@ #include <ion/ion.h> #include <linux/ion.h> -#include <linux/omap_ion.h> size_t len = 1024*1024, align = 0; int prot = PROT_READ | PROT_WRITE; |