From: Jonathan Kim Date: Thu, 27 Feb 2025 17:25:25 +0000 (-0500) Subject: drm/amdkfd: remove unused debug gws support status variable X-Git-Tag: block-6.15-20250403~41^2~12^2~17 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=14c8097ba4db1b6e1c28b2ed65186b9199fe9155;p=linux-block.git drm/amdkfd: remove unused debug gws support status variable Remove unused declaration of gws_debug_workaround. Signed-off-by: Jonathan Kim Reviewed-by: Amber Lin Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h index 966d1c484d9f..bb09c873a9a5 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h +++ b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h @@ -289,7 +289,6 @@ struct kfd_node { /* Global GWS resource shared between processes */ void *gws; - bool gws_debug_workaround; /* Clients watching SMI events */ struct list_head smi_clients;