Re: [PATCH -next] drm/amdgpu/userqueue: Remove duplicate amdgpu_reset.h header
From: Alex Deucher
Date: Thu Nov 06 2025 - 16:47:04 EST
Applied. Thanks!
On Thu, Nov 6, 2025 at 3:56 AM Jiapeng Chong
<jiapeng.chong@xxxxxxxxxxxxxxxxx> wrote:
>
> ./drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c: amdgpu_reset.h is included more than once.
>
> Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=26930
> Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
> index 836a14ef0052..9a969175900e 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)
> --
> 2.43.5
>