diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2012-08-17 10:20:02 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-08-21 19:27:27 -0400 |
commit | 04ccfe77f132b973659f11954443214659014072 (patch) | |
tree | 57aacebe4a016f5eef73943976bd7602c2d80b78 /include | |
parent | f5869a8308f77e3dfdc2e3640842b285aa788ff8 (diff) |
drm: Remove two unused fields from struct drm_display_mode
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index a1a0386e0160..ced362533e3c 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -166,8 +166,6 @@ struct drm_display_mode { | |||
166 | int crtc_vsync_start; | 166 | int crtc_vsync_start; |
167 | int crtc_vsync_end; | 167 | int crtc_vsync_end; |
168 | int crtc_vtotal; | 168 | int crtc_vtotal; |
169 | int crtc_hadjusted; | ||
170 | int crtc_vadjusted; | ||
171 | 169 | ||
172 | /* Driver private mode info */ | 170 | /* Driver private mode info */ |
173 | int private_size; | 171 | int private_size; |