Re: [PATCH] [v2] drm/amd/display: Remove duplicate declaration of dc_state

2021-04-29 Thread Rodrigo Siqueira
Applied to amd-staging-drm-next. Thanks On 04/29, Rodrigo Siqueira wrote: > Reviewed-by: Rodrigo Siqueira > > On 04/29, Wan Jiabing wrote: > > There are two declarations of struct dc_state here. > > Remove the later duplicate more secure. > > > > Signed-off-by: Wan Jiabing > > --- > > Changel

Re: [PATCH] [v2] drm/amd/display: Remove duplicate declaration of dc_state

2021-04-29 Thread Rodrigo Siqueira
Reviewed-by: Rodrigo Siqueira On 04/29, Wan Jiabing wrote: > There are two declarations of struct dc_state here. > Remove the later duplicate more secure. > > Signed-off-by: Wan Jiabing > --- > Changelog: > v2: > - Remove the later duplicate instead of the former. > --- > drivers/gpu/drm/amd/d

[PATCH] [v2] drm/amd/display: Remove duplicate declaration of dc_state

2021-04-29 Thread Wan Jiabing
There are two declarations of struct dc_state here. Remove the later duplicate more secure. Signed-off-by: Wan Jiabing --- Changelog: v2: - Remove the later duplicate instead of the former. --- drivers/gpu/drm/amd/display/dc/dc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm