mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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:
parent
571d36837c
commit
14c8097ba4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user