From: Wan Jiabing Date: Thu, 29 Apr 2021 12:38:36 +0000 (+0800) Subject: drm/amd/display: Remove duplicate declaration of dc_state X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d1dfd370c30af9ab009f0d10dc7f88bd126ae97a;p=linux.git drm/amd/display: Remove duplicate declaration of dc_state There are two declarations of struct dc_state here. Remove the later duplicate more secure. Signed-off-by: Wan Jiabing Reviewed-by: Rodrigo Siqueira Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index dba2584e8986f..86e6649cb8c51 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -600,7 +600,6 @@ struct dc_bounding_box_overrides { int min_dcfclk_mhz; }; -struct dc_state; struct resource_pool; struct dce_hwseq; struct gpu_info_soc_bounding_box_v1_0;