summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-07-11 16:28:08 +0200
committerDave Airlie <airlied@redhat.com>2012-07-19 21:27:51 -0400
commit59fd415ded4aa9ac2f80ca3ac36e3a014c7e552e (patch)
treef5f5a84ffb110989a500789a231935aca907fd17 /include/drm
parentd3904754f2a67c503e262f938353cba491525320 (diff)
downloadlinux-59fd415ded4aa9ac2f80ca3ac36e3a014c7e552e.tar.gz
linux-59fd415ded4aa9ac2f80ca3ac36e3a014c7e552e.tar.xz
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>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h2
1 files changed, 0 insertions, 2 deletions
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;