drm: Remove synth_clock from struct drm_display_mode
authorDamien Lespiau <[email protected]>
Wed, 25 Sep 2013 15:45:33 +0000 (16:45 +0100)
committerDaniel Vetter <[email protected]>
Tue, 1 Oct 2013 05:45:34 +0000 (07:45 +0200)
This field is unused. Garbage collect it.

Reviewed-by: Ville Syrjälä <[email protected]>
Signed-off-by: Damien Lespiau <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
include/drm/drm_crtc.h

index 011baaa159a2c78371e105638d496170fa763fee..8e9716e362e1f2f846d2be094dec41031d726d6a 100644 (file)
@@ -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;