From: Guo Zhengkui Date: Fri, 1 Oct 2021 10:13:46 +0000 (+0800) Subject: drm/amdgpu: remove some repeated includings X-Git-Tag: v5.16-rc1~140^2~11^2~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8001ba85d0a2c8777043d0790cf8f9eda020e86c;p=thirdparty%2Flinux.git drm/amdgpu: remove some repeated includings Remove two repeated includings in line 46 and 47. Acked-by: Christian König Signed-off-by: Guo Zhengkui Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index 291a47f7992af..daa798c5b882b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -43,8 +43,6 @@ #include "uvd_v7_0.h" #include "vce_v4_0.h" #include "vcn_v1_0.h" -#include "vcn_v2_0.h" -#include "jpeg_v2_0.h" #include "vcn_v2_5.h" #include "jpeg_v2_5.h" #include "smuio_v9_0.h"