diff options
author | Daniel Vetter <[email protected]> | 2012-07-11 16:28:08 +0200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-07-19 21:27:51 -0400 |
commit | 59fd415ded4aa9ac2f80ca3ac36e3a014c7e552e (patch) | |
tree | f5f5a84ffb110989a500789a231935aca907fd17 | |
parent | d3904754f2a67c503e262f938353cba491525320 (diff) |
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: [email protected]
Signed-off-by: Daniel Vetter <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
-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 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; |