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
This commit is contained in:
Naseer Ahmed
2013-02-12 14:53:33 -05:00
committed by Gerrit - the friendly Code Review server
parent f02fdc7d0c
commit a163b73bea
8 changed files with 18 additions and 106 deletions

View File

@@ -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>