[PATCH 01/12] drm: remove unused connector_count field from drm_display_mode

Jesse Barnes jbarnes at virtuousgeek.org
Mon Nov 7 12:03:12 PST 2011


Doesn't really belong here anyway.

Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
---
 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 8020798..b0df23a 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -118,7 +118,6 @@ struct drm_display_mode {
 
 	char name[DRM_DISPLAY_MODE_LEN];
 
-	int connector_count;
 	enum drm_mode_status status;
 	int type;
 
-- 
1.7.4.1



More information about the dri-devel mailing list