]> git.ipfire.org Git - people/ms/linux.git/commitdiff
drm/amd/display: remove repeated includes
authorGuo Zhengkui <guozhengkui@vivo.com>
Wed, 6 Jul 2022 09:13:27 +0000 (17:13 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2022 19:55:39 +0000 (15:55 -0400)
Remove a repeated "#include <drm/drm_print.h>"

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/os_types.h

index 795dd486b6d6a1978bfbe6b68dc8d11685b72481..6b88ae14f1f93a93a18964c9ea405680efc126d0 100644 (file)
@@ -39,8 +39,6 @@
 #include <drm/display/drm_dp_helper.h>
 #include <drm/drm_print.h>
 
-#include <drm/drm_print.h>
-
 #include "cgs_common.h"
 
 #if defined(__BIG_ENDIAN) && !defined(BIGENDIAN_CPU)