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>
This commit is contained in:
parent
cee5ec4346
commit
6f215f9f86
|
@ -120,7 +120,6 @@ struct drm_display_mode {
|
|||
|
||||
char name[DRM_DISPLAY_MODE_LEN];
|
||||
|
||||
int connector_count;
|
||||
enum drm_mode_status status;
|
||||
int type;
|
||||
|
||||
|
|
Loading…
Reference in New Issue