Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f215f9f authored by Jesse Barnes's avatar Jesse Barnes Committed by Dave Airlie
Browse files

drm: remove unused connector_count field from drm_display_mode



Doesn't really belong here anyway.

Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: default avatarAlex Deucher <alexdeucher@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent cee5ec43
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -120,7 +120,6 @@ struct drm_display_mode {

	char name[DRM_DISPLAY_MODE_LEN];

	int connector_count;
	enum drm_mode_status status;
	int type;