drm: Remove synth_clock from struct drm_display_mode

This field is unused. Garbage collect it.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Damien Lespiau 2013-09-25 16:45:33 +01:00 committed by Daniel Vetter
parent 99b314a0b3
commit 65427b1e94
1 changed files with 0 additions and 1 deletions

View File

@ -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;