drm/amd/display: Remove stream_status->link

[Why]
It's not being used anywhere.

[How]
Remove it.

Signed-off-by: Leo Li <sunpeng.li@amd.com>
Reviewed-by: David Francis <David.Francis@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Leo Li 2018-11-20 10:07:07 -05:00 committed by Alex Deucher
parent 0ec0b5f26c
commit c3f574ba7b
1 changed files with 0 additions and 5 deletions

View File

@ -38,11 +38,6 @@ struct dc_stream_status {
int stream_enc_inst;
int plane_count;
struct dc_plane_state *plane_states[MAX_SURFACE_NUM];
/*
* link this stream passes through
*/
struct dc_link *link;
};
// TODO: References to this needs to be removed..