Commit 65427b1e authored by Damien Lespiau's avatar Damien Lespiau Committed by Daniel Vetter

drm: Remove synth_clock from struct drm_display_mode

This field is unused. Garbage collect it.
Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
Acked-by: default avatarDave Airlie <airlied@gmail.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 99b314a0
...@@ -156,7 +156,6 @@ struct drm_display_mode { ...@@ -156,7 +156,6 @@ struct drm_display_mode {
int height_mm; int height_mm;
/* Actual mode we give to hw */ /* Actual mode we give to hw */
int synth_clock;
int crtc_hdisplay; int crtc_hdisplay;
int crtc_hblank_start; int crtc_hblank_start;
int crtc_hblank_end; int crtc_hblank_end;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment