summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorGuo Zhengkui <guozhengkui@vivo.com>2021-10-01 18:13:46 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-10-04 15:23:02 -0400
commit8001ba85d0a2c8777043d0790cf8f9eda020e86c (patch)
treeda8503dd5205015769165475ccf2b5e67929bb25 /drivers/gpu/drm
parentd04287d062a4198ec0bf0112db03618f65d7428a (diff)
downloadlinux-8001ba85d0a2c8777043d0790cf8f9eda020e86c.tar.bz2
drm/amdgpu: remove some repeated includings
Remove two repeated includings in line 46 and 47. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 291a47f7992a..daa798c5b882 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"