diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-11-07 12:03:12 -0800 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-12-06 10:06:25 +0000 |
commit | 6f215f9f86eedd8dd8709ba2f725b042da6b6e89 (patch) | |
tree | 29fae20b06b8e40728ba42857637500813e16b97 /include/drm | |
parent | cee5ec43460351f0ce4617d3ffb34b74ad613a00 (diff) | |
download | blackbird-op-linux-6f215f9f86eedd8dd8709ba2f725b042da6b6e89.tar.gz blackbird-op-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')
-rw-r--r-- | include/drm/drm_crtc.h | 1 |
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; |