diff options
author | Naseer Ahmed <naseer@codeaurora.org> | 2013-02-12 14:53:33 -0500 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2013-03-15 11:48:59 -0700 |
commit | a163b73beaeb6d6f78937944f7608539b28feebb (patch) | |
tree | 8644828b981bb877b71edd5a22b28b3383eabc5e /libgralloc/framebuffer.cpp | |
parent | f02fdc7d0caa582050ed4154365c7b8575fa991f (diff) | |
download | android_hardware_qcom_display-a163b73beaeb6d6f78937944f7608539b28feebb.tar.gz android_hardware_qcom_display-a163b73beaeb6d6f78937944f7608539b28feebb.tar.bz2 android_hardware_qcom_display-a163b73beaeb6d6f78937944f7608539b28feebb.zip |
display: Remove genlock usage
genlock is no-op from Android 4.2 onwards since the sync framework
is used for explicit synchronization.
Change-Id: Idd1df589516534a683e0fa1ef0cfbb7f0e411f67
Diffstat (limited to 'libgralloc/framebuffer.cpp')
-rw-r--r-- | libgralloc/framebuffer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgralloc/framebuffer.cpp b/libgralloc/framebuffer.cpp index ab368308d..cc16a5f1f 100644 --- a/libgralloc/framebuffer.cpp +++ b/libgralloc/framebuffer.cpp @@ -39,7 +39,6 @@ #include "gralloc_priv.h" #include "fb_priv.h" #include "gr.h" -#include <genlock.h> #include <cutils/properties.h> #include <profiler.h> |