summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-08-17 14:20:02 +0000
committerDave Airlie <airlied@redhat.com>2012-08-22 09:27:27 +1000
commit04ccfe77f132b973659f11954443214659014072 (patch)
tree57aacebe4a016f5eef73943976bd7602c2d80b78 /include
parentf5869a8308f77e3dfdc2e3640842b285aa788ff8 (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.h2
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 {
int crtc_vsync_start;
int crtc_vsync_end;
int crtc_vtotal;
- int crtc_hadjusted;
- int crtc_vadjusted;
/* Driver private mode info */
int private_size;