From: Liao Yuanhong Date: Tue, 19 Aug 2025 14:24:50 +0000 (+0800) Subject: drm/amd/display: Remove redundant header files X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8ed5f8d9fe59cc1b1ac267182c3ce7d2210855f4;p=users%2Fhch%2Fmisc.git drm/amd/display: Remove redundant header files The header file "dc_stream.h" is already included on line 1507. Remove the redundant include. This is because the header file was initially included towards the latter part of the code. Subsequent commits had to include the header file again earlier in the code. In my opinion, this doesn't count as a fix; it just requires removing the redundant header inclusion. Signed-off-by: Liao Yuanhong 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 eb7019ed92b2..3431dee6389d 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -1863,8 +1863,6 @@ void dc_3dlut_func_retain(struct dc_3dlut *lut); void dc_post_update_surfaces_to_stream( struct dc *dc); -#include "dc_stream.h" - /** * struct dc_validation_set - Struct to store surface/stream associations for validation */