Commit 59fd415ded4aa9ac2f80ca3ac36e3a014c7e552e

Authored by Daniel Vetter
Committed by Dave Airlie
1 parent d3904754f2

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 <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

include/drm/drm_crtc.h
... ... @@ -676,8 +676,6 @@
676 676 * This is used to set modes.
677 677 */
678 678 struct drm_mode_set {
679   - struct list_head head;
680   -
681 679 struct drm_framebuffer *fb;
682 680 struct drm_crtc *crtc;
683 681 struct drm_display_mode *mode;