diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-09-25 19:45:33 +0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-10-01 09:45:34 +0400 |
commit | 65427b1e94eca5923e0f723d1dd000f47e6d1696 (patch) | |
tree | 42d13748b837f6155eac754b0ddafb3616de8302 /include/drm/drm_crtc.h | |
parent | 99b314a0b37c1f637929db7f20d7e47eb2374c97 (diff) | |
download | linux-65427b1e94eca5923e0f723d1dd000f47e6d1696.tar.xz |
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>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 011baaa159a2..8e9716e362e1 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; |