From: Jiapeng Chong Date: Thu, 6 Nov 2025 01:47:47 +0000 (+0800) Subject: drm/amdgpu/userqueue: Remove duplicate amdgpu_reset.h header X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b832487a9e5b69d1f00ec8f02dc18d0299573ed;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu/userqueue: Remove duplicate amdgpu_reset.h header ./drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c: amdgpu_reset.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=26930 Signed-off-by: Jiapeng Chong Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c index 836a14ef00525..9a969175900e9 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c @@ -32,7 +32,6 @@ #include "amdgpu_vm.h" #include "amdgpu_userq.h" #include "amdgpu_hmm.h" -#include "amdgpu_reset.h" #include "amdgpu_userq_fence.h" u32 amdgpu_userq_get_supported_ip_mask(struct amdgpu_device *adev)