Skip to content

Commit

Permalink
drm/amd/display: Remove redundant include file
Browse files Browse the repository at this point in the history
This fixes 1 PW.INCLUDE_RECURSION reported by Coverity.

"./drivers/gpu/drm/amd/amdgpu/../display/dc/dc_types.h"
includes itself: dc_types.h -> dal_types.h -> dc_types.h

Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Alex Hung authored and Alex Deucher committed Apr 26, 2024
1 parent 01eb50e commit e0dd578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/amd/display/include/dal_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#define __DAL_TYPES_H__

#include "signal_types.h"
#include "dc_types.h"

struct dal_logger;
struct dc_bios;
Expand Down

0 comments on commit e0dd578

Please sign in to comment.