summaryrefslogtreecommitdiff
path: root/gralloc960
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2018-06-19 16:44:37 -0700
committerJohn Stultz <john.stultz@linaro.org>2018-06-20 14:58:08 -0700
commitc7e94d8c6fd36f7fe90e011a265dbf939444bd09 (patch)
tree9db247490fe83c0e39e331030a6ccdc4dadf5880 /gralloc960
parentfbb84c4d0826df64824458fa81230e7674cc21f9 (diff)
downloadhikey-c7e94d8c6fd36f7fe90e011a265dbf939444bd09.tar.gz
hikey960: gralloc960: Fix log.h include to avoid warnings
Change-Id: Ie1b1ab49285c5253b6680fd5b91ee01a4bb1bde0 Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'gralloc960')
-rw-r--r--gralloc960/framebuffer_device.cpp2
-rw-r--r--gralloc960/gralloc_buffer_priv.cpp2
-rw-r--r--gralloc960/mali_gralloc_formats.cpp2
-rw-r--r--gralloc960/mali_gralloc_module.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/gralloc960/framebuffer_device.cpp b/gralloc960/framebuffer_device.cpp
index 44c46954..a45d0c37 100644
--- a/gralloc960/framebuffer_device.cpp
+++ b/gralloc960/framebuffer_device.cpp
@@ -23,7 +23,7 @@
#include <sys/ioctl.h>
#include <linux/fb.h>
-#include <cutils/log.h>
+#include <log/log.h>
#include <cutils/atomic.h>
#include <hardware/hardware.h>
#include <hardware/fb.h>
diff --git a/gralloc960/gralloc_buffer_priv.cpp b/gralloc960/gralloc_buffer_priv.cpp
index 274dec2e..30b49ce3 100644
--- a/gralloc960/gralloc_buffer_priv.cpp
+++ b/gralloc960/gralloc_buffer_priv.cpp
@@ -17,7 +17,7 @@
*/
#include <cutils/ashmem.h>
-#include <cutils/log.h>
+#include <log/log.h>
#include <sys/mman.h>
#if GRALLOC_USE_GRALLOC1_API == 1
diff --git a/gralloc960/mali_gralloc_formats.cpp b/gralloc960/mali_gralloc_formats.cpp
index a62898c7..32272d73 100644
--- a/gralloc960/mali_gralloc_formats.cpp
+++ b/gralloc960/mali_gralloc_formats.cpp
@@ -19,7 +19,7 @@
#include <string.h>
#include <dlfcn.h>
#include <inttypes.h>
-#include <cutils/log.h>
+#include <log/log.h>
#if GRALLOC_USE_GRALLOC1_API == 1
#include <hardware/gralloc1.h>
diff --git a/gralloc960/mali_gralloc_module.cpp b/gralloc960/mali_gralloc_module.cpp
index eea6bdb8..39563518 100644
--- a/gralloc960/mali_gralloc_module.cpp
+++ b/gralloc960/mali_gralloc_module.cpp
@@ -20,7 +20,7 @@
#include <pthread.h>
#include <inttypes.h>
-#include <cutils/log.h>
+#include <log/log.h>
#include <cutils/atomic.h>
#include <hardware/hardware.h>
#include <hardware/fb.h>