diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2012-08-17 14:20:02 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-08-22 09:27:27 +1000 |
commit | 04ccfe77f132b973659f11954443214659014072 (patch) | |
tree | 57aacebe4a016f5eef73943976bd7602c2d80b78 /include/drm/drm_crtc.h | |
parent | f5869a8308f77e3dfdc2e3640842b285aa788ff8 (diff) | |
download | op-kernel-dev-04ccfe77f132b973659f11954443214659014072.zip op-kernel-dev-04ccfe77f132b973659f11954443214659014072.tar.gz |
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/drm/drm_crtc.h')
-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 a1a0386..ced3625 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -166,8 +166,6 @@ struct drm_display_mode { int crtc_vsync_start; int crtc_vsync_end; int crtc_vtotal; - int crtc_hadjusted; - int crtc_vadjusted; /* Driver private mode info */ int private_size; |