diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-07-11 14:28:08 (GMT) |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-07-20 01:27:51 (GMT) |
commit | 59fd415ded4aa9ac2f80ca3ac36e3a014c7e552e (patch) | |
tree | f5f5a84ffb110989a500789a231935aca907fd17 | |
parent | d3904754f2a67c503e262f938353cba491525320 (diff) | |
download | 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>
-rw-r--r-- | 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; |