From: Damien Lespiau Date: Wed, 25 Sep 2013 15:45:33 +0000 (+0100) Subject: drm: Remove synth_clock from struct drm_display_mode X-Git-Tag: v4.0~2657^2~167^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65427b1e94eca5923e0f723d1dd000f47e6d1696;p=platform%2Fkernel%2Flinux-amlogic.git drm: Remove synth_clock from struct drm_display_mode This field is unused. Garbage collect it. Reviewed-by: Ville Syrjälä Signed-off-by: Damien Lespiau Acked-by: Dave Airlie Signed-off-by: Daniel Vetter --- diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 011baaa..8e9716e 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -156,7 +156,6 @@ struct drm_display_mode { int height_mm; /* Actual mode we give to hw */ - int synth_clock; int crtc_hdisplay; int crtc_hblank_start; int crtc_hblank_end;