From 75072128d704576c39b3ec36b2cb84af316d88d2 Mon Sep 17 00:00:00 2001 From: Guo Zhengkui Date: Wed, 6 Jul 2022 17:13:27 +0800 Subject: [PATCH] drm/amd/display: remove repeated includes Remove a repeated "#include " Reviewed-by: Harry Wentland Signed-off-by: Guo Zhengkui Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/os_types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h index 795dd486b6d6..6b88ae14f1f9 100644 --- a/drivers/gpu/drm/amd/display/dc/os_types.h +++ b/drivers/gpu/drm/amd/display/dc/os_types.h @@ -39,8 +39,6 @@ #include #include -#include - #include "cgs_common.h" #if defined(__BIG_ENDIAN) && !defined(BIGENDIAN_CPU) -- 2.34.1