Skip to content

Commit

Permalink
drm: remove drm_display_mode->private_size
Browse files Browse the repository at this point in the history
It' unused and there's also not really any way to make it work with
the current code. So better rip it out.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Daniel Vetter committed Mar 13, 2014
1 parent f5aabb9 commit fa54143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/drm/drm_modes.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ struct drm_display_mode {
int crtc_vtotal;

/* Driver private mode info */
int private_size;
int *private;
int private_flags;

Expand Down

0 comments on commit fa54143

Please sign in to comment.