]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit05be36dc065c03770182c5bbcc4835339680fa62
treea827ebd8c4fa96754ed41941b9172cbcf23a744e
parentdda218c9995815f4b6f543a1500af64913f13d3c
drm/amdkfd: remove duplicate include of kfd_svm.h

kfd_svm.h is included duplicately in commit afeb0139de5ef
("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