From: Xu Panda Date: Mon, 12 Sep 2022 03:22:42 +0000 (+0000) Subject: drm/amd/display/amdgpu_dm: remove duplicate included header files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ee10818362d81ca1796cacdfb8a6c6f857cdb34a;p=linux.git drm/amd/display/amdgpu_dm: remove duplicate included header files soc15_common.h is included more than once. Reported-by: Zeal Robot Signed-off-by: Xu Panda Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c index 4d92e55b4f64e..5da2a1d97b810 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @@ -98,8 +98,6 @@ #include "soc15_common.h" #include "vega10_ip_offset.h" -#include "soc15_common.h" - #include "gc/gc_11_0_0_offset.h" #include "gc/gc_11_0_0_sh_mask.h"