Skip to content

Commit

Permalink
drm: remove unused connector_count field from drm_display_mode
Browse files Browse the repository at this point in the history
Doesn't really belong here anyway.

Signed-off-by: Jesse Barnes <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
  • Loading branch information
jbarnes993 authored and airlied committed Dec 6, 2011
1 parent cee5ec4 commit 6f215f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/drm/drm_crtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ struct drm_display_mode {

char name[DRM_DISPLAY_MODE_LEN];

int connector_count;
enum drm_mode_status status;
int type;

Expand Down

0 comments on commit 6f215f9

Please sign in to comment.