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 <wanjiabing@vivo.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
pull/452/merge
Wan Jiabing 2021-04-29 20:38:36 +08:00 committed by Alex Deucher
parent 4034fba138
commit d1dfd370c3
1 changed files with 0 additions and 1 deletions

View File

@ -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;