summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/malidp_drv.h
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2016-10-06 18:01:39 +0100
committerLiviu Dudau <Liviu.Dudau@arm.com>2017-01-23 09:46:24 +0000
commitcf4c8870844658a84371f0d603fbb94b5c0bf4b2 (patch)
tree3617385babf80d75907324d2ee9fd1d9683daab0 /drivers/gpu/drm/arm/malidp_drv.h
parent94d8b9b75c6118075ed54ad2fa0bea03c0f27145 (diff)
downloadlinux-stable-cf4c8870844658a84371f0d603fbb94b5c0bf4b2.tar.gz
linux-stable-cf4c8870844658a84371f0d603fbb94b5c0bf4b2.tar.bz2
linux-stable-cf4c8870844658a84371f0d603fbb94b5c0bf4b2.zip
drm: malidp: Remove event_list member from struct malidp_drm
This struct member managed to outlive the submission process without being removed. It is useless. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Diffstat (limited to 'drivers/gpu/drm/arm/malidp_drv.h')
-rw-r--r--drivers/gpu/drm/arm/malidp_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/arm/malidp_drv.h b/drivers/gpu/drm/arm/malidp_drv.h
index 9fc8a2e405e4..dbc617c6e4ef 100644
--- a/drivers/gpu/drm/arm/malidp_drv.h
+++ b/drivers/gpu/drm/arm/malidp_drv.h
@@ -15,12 +15,12 @@
#include <linux/mutex.h>
#include <linux/wait.h>
+#include <drm/drmP.h>
#include "malidp_hw.h"
struct malidp_drm {
struct malidp_hw_device *dev;
struct drm_fbdev_cma *fbdev;
- struct list_head event_list;
struct drm_crtc crtc;
wait_queue_head_t wq;
atomic_t config_valid;