summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2011-11-07 20:03:12 (GMT)
committerDave Airlie <airlied@redhat.com>2011-12-06 10:06:25 (GMT)
commit6f215f9f86eedd8dd8709ba2f725b042da6b6e89 (patch)
tree29fae20b06b8e40728ba42857637500813e16b97 /include/drm
parentcee5ec43460351f0ce4617d3ffb34b74ad613a00 (diff)
downloadlinux-6f215f9f86eedd8dd8709ba2f725b042da6b6e89.tar.xz
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')
-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 6718b18..4f2feee 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -120,7 +120,6 @@ struct drm_display_mode {
char name[DRM_DISPLAY_MODE_LEN];
- int connector_count;
enum drm_mode_status status;
int type;