Skip to content

Commit

Permalink
drm: remove the list_head from drm_mode_set
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
danvet authored and airlied committed Jul 20, 2012
1 parent d390475 commit 59fd415
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/drm/drm_crtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 59fd415

Please sign in to comment.