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: v3.6-rc1~83^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59fd415ded4aa9ac2f80ca3ac36e3a014c7e552e;p=platform%2Fkernel%2Flinux-exynos.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 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;