mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 14:02:06 -04: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:
committed by
Alex Deucher
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;
|
||||
|
||||
Reference in New Issue
Block a user