From 29a9ca7da1035e2ae4a4c7f8d605f90c6395e12e Mon Sep 17 00:00:00 2001 From: John Stultz Date: Tue, 1 May 2018 12:28:35 -0700 Subject: gralloc/gralloc960: Drop linux/ion.h references as its gone Bionic dropped the linux/ion.h header, so make sure we don't try to include it and cause build errors. Change-Id: I6af15f1bd2b53e7d5dd29a93295bfc09df36ab62 Signed-off-by: John Stultz --- gralloc/alloc_device.cpp | 1 - gralloc/gralloc_module.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'gralloc') diff --git a/gralloc/alloc_device.cpp b/gralloc/alloc_device.cpp index 076cb5ce..fe3f14f0 100644 --- a/gralloc/alloc_device.cpp +++ b/gralloc/alloc_device.cpp @@ -39,7 +39,6 @@ #endif #if GRALLOC_ARM_DMA_BUF_MODULE -#include #include #include "ion_4.12.h" #endif diff --git a/gralloc/gralloc_module.cpp b/gralloc/gralloc_module.cpp index 84054736..4937b596 100644 --- a/gralloc/gralloc_module.cpp +++ b/gralloc/gralloc_module.cpp @@ -37,7 +37,6 @@ static int s_ump_is_open = 0; #endif #if GRALLOC_ARM_DMA_BUF_MODULE -#include #include #include #endif -- cgit v1.2.3