OSDN Git Service

drm/amdkfd: remove duplicate include of kfd_svm.h
authorWan Jiabing <wanjiabing@vivo.com>
Sat, 5 Jun 2021 02:54:06 +0000 (10:54 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Jun 2021 18:57:52 +0000 (14:57 -0400)
commit272d57c3aa13c248554d01cbe4f3f9f9d3f004e0
treea827ebd8c4fa96754ed41941b9172cbcf23a744e
parent0ac8f5876022f8873677bb9cd29332d6952f2a77
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>
drivers/gpu/drm/amd/amdkfd/kfd_process.c