summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc_drm_priv.h')
-rw-r--r--gralloc_drm_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gralloc_drm_priv.h b/gralloc_drm_priv.h
index e77b31c..8fe4a81 100644
--- a/gralloc_drm_priv.h
+++ b/gralloc_drm_priv.h
@@ -102,7 +102,7 @@ struct gralloc_drm_t {
struct gralloc_drm_output *outputs;
int output_count, output_capacity;
- struct gralloc_drm_output *primary, *hdmi;
+ struct gralloc_drm_output *primary;
pthread_mutex_t outputs_mutex;
pthread_t hotplug_thread;