From: Daniel Vetter Date: Wed, 11 Jul 2012 14:28:08 +0000 (+0200) Subject: drm: remove the list_head from drm_mode_set X-Git-Tag: firefly_0821_release~3680^2~2339^2~31 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=59fd415ded4aa9ac2f80ca3ac36e3a014c7e552e;p=firefly-linux-kernel-4.4.55.git drm: remove the list_head from drm_mode_set It's unused. At it confused me quite a bit until I've discovered that. Cc: dri-devel@lists.freedesktop.org Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index bac55c215113..a1a0386e0160 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;