drm/amdkfd: remove unused debug gws support status variable

Remove unused declaration of gws_debug_workaround.

Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
Reviewed-by: Amber Lin <amber.lin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Jonathan Kim
2025-02-27 12:25:25 -05:00
committed by Alex Deucher
parent 571d36837c
commit 14c8097ba4

View File

@@ -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;