summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-06-05 10:54:06 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-06-07 14:57:52 -0400
commit272d57c3aa13c248554d01cbe4f3f9f9d3f004e0 (patch)
treea827ebd8c4fa96754ed41941b9172cbcf23a744e /drivers
parent0ac8f5876022f8873677bb9cd29332d6952f2a77 (diff)
drm/amdkfd: remove duplicate include of kfd_svm.h
kfd_svm.h is included duplicately in commit 42de677f79999 ("drm/amdkfd: register svm range"). After checking possible related header files, remove the former one to make the code format more reasonable. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_process.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process.c b/drivers/gpu/drm/amd/amdkfd/kfd_process.c
index bfa6c4cd2f44..f1f40bba5c60 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_process.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_process.c
@@ -35,7 +35,6 @@
#include <linux/pm_runtime.h>
#include "amdgpu_amdkfd.h"
#include "amdgpu.h"
-#include "kfd_svm.h"
struct mm_struct;