Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: Remove redundant include file

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>

authored by

Alex Hung and committed by
Alex Deucher
e0dd5782 01eb50e5

-1
-1
drivers/gpu/drm/amd/display/include/dal_types.h
··· 27 27 #define __DAL_TYPES_H__ 28 28 29 29 #include "signal_types.h" 30 - #include "dc_types.h" 31 30 32 31 struct dal_logger; 33 32 struct dc_bios;