summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2011-11-07 21:03:12 +0100
committerDave Airlie <airlied@redhat.com>2011-12-06 11:06:25 +0100
commit6f215f9f86eedd8dd8709ba2f725b042da6b6e89 (patch)
tree29fae20b06b8e40728ba42857637500813e16b97 /include/drm/drm_crtc.h
parentdrm: Merge branch 'drm-gma500-alancox' into drm-core-next (diff)
downloadlinux-6f215f9f86eedd8dd8709ba2f725b042da6b6e89.tar.xz
linux-6f215f9f86eedd8dd8709ba2f725b042da6b6e89.zip
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 {
char name[DRM_DISPLAY_MODE_LEN];
- int connector_count;
enum drm_mode_status status;
int type;