From 25d22516a6eb0991e1b1ec25d25785daf7100eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tapani=20P=C3=A4lli?= Date: Mon, 18 Feb 2013 12:35:42 +0200 Subject: move drm_module_t to a hal private header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this way it can be accessed by hwcomposer module, which will be required to implement jellybean mr1 hooks. Change-Id: I68872243c30aee2d0eb76f38fe54efdea4862a66 Signed-off-by: Tapani Pälli --- gralloc.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'gralloc.c') diff --git a/gralloc.c b/gralloc.c index e54aca6..44dc248 100644 --- a/gralloc.c +++ b/gralloc.c @@ -30,13 +30,7 @@ #include #include "gralloc_drm.h" - -struct drm_module_t { - gralloc_module_t base; - - pthread_mutex_t mutex; - struct gralloc_drm_t *drm; -}; +#include "gralloc_drm_priv.h" /* * Initialize the DRM device object, optionally with KMS. -- cgit v1.1