]> Pileus Git - ~andy/linux/commitdiff
drm: remove unused connector_count field from drm_display_mode
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 7 Nov 2011 20:03:12 +0000 (12:03 -0800)
committerDave Airlie <airlied@redhat.com>
Tue, 6 Dec 2011 10:06:25 +0000 (10:06 +0000)
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>
include/drm/drm_crtc.h

index 6718b1873dfc34a00e64681b926f3246c0e6c7ec..4f2feee4f479ac0bb6904c05260324637e7c7f1b 100644 (file)
@@ -120,7 +120,6 @@ struct drm_display_mode {
 
        char name[DRM_DISPLAY_MODE_LEN];
 
-       int connector_count;
        enum drm_mode_status status;
        int type;