From: Leo Li Date: Tue, 20 Nov 2018 15:07:07 +0000 (-0500) Subject: drm/amd/display: Remove stream_status->link X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c3f574ba7bdb96f6052ec15d69e97c7a2bea68a4;p=linux.git drm/amd/display: Remove stream_status->link [Why] It's not being used anywhere. [How] Remove it. Signed-off-by: Leo Li Reviewed-by: David Francis Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc_stream.h b/drivers/gpu/drm/amd/display/dc/dc_stream.h index 0dfad73d1743d..1e1e89e7c2c54 100644 --- a/drivers/gpu/drm/amd/display/dc/dc_stream.h +++ b/drivers/gpu/drm/amd/display/dc/dc_stream.h @@ -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..