Commit 0d920087 authored by Oded Gabbay's avatar Oded Gabbay

drm/amdkfd: Remove unused field from struct qcm_process_device

Signed-off-by: default avatarOded Gabbay <oded.gabbay@amd.com>
Reviewed-by: default avatarBen Goz <ben.goz@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent a9243ede
......@@ -378,8 +378,6 @@ struct qcm_process_device {
/* The Device Queue Manager that owns this data */
struct device_queue_manager *dqm;
struct process_queue_manager *pqm;
/* Device Queue Manager lock */
struct mutex *lock;
/* Queues list */
struct list_head queues_list;
struct list_head priv_queue_list;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment