[Intel-gfx] [PATCH 25/81] drm: remove the list_head from drm_mode_set
Daniel Vetter
daniel.vetter at ffwll.ch
Wed Jul 11 16:28:08 CEST 2012
It's unused. At it confused me quite a bit until I've discovered that.
Cc: dri-devel at lists.freedesktop.org
Signed-Off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
include/drm/drm_crtc.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index bac55c2..a1a0386 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -676,8 +676,6 @@ struct drm_plane {
* This is used to set modes.
*/
struct drm_mode_set {
- struct list_head head;
-
struct drm_framebuffer *fb;
struct drm_crtc *crtc;
struct drm_display_mode *mode;
--
1.7.7.6
More information about the Intel-gfx
mailing list