aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2011-11-07 15:03:12 -0500
committerDave Airlie <airlied@redhat.com>2011-12-06 05:06:25 -0500
commit6f215f9f86eedd8dd8709ba2f725b042da6b6e89 (patch)
tree29fae20b06b8e40728ba42857637500813e16b97 /include/drm/drm_crtc.h
parentcee5ec43460351f0ce4617d3ffb34b74ad613a00 (diff)
drm: remove unused connector_count field from drm_display_mode
Doesn't really belong here anyway. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Reviewed-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 6718b1873dfc..4f2feee4f479 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -120,7 +120,6 @@ struct drm_display_mode {
120 120
121 char name[DRM_DISPLAY_MODE_LEN]; 121 char name[DRM_DISPLAY_MODE_LEN];
122 122
123 int connector_count;
124 enum drm_mode_status status; 123 enum drm_mode_status status;
125 int type; 124 int type;
126 125