summaryrefslogtreecommitdiffstats
path: root/gralloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc.c')
-rw-r--r--gralloc.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/gralloc.c b/gralloc.c
index e54aca6..44dc248 100644
--- a/gralloc.c
+++ b/gralloc.c
@@ -30,13 +30,7 @@
#include <errno.h>
#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.