summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index 9c0d22d2..4b1cb351 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -126,7 +126,7 @@ struct gk20a_event_id_data {
126 126
127 bool event_posted; 127 bool event_posted;
128 128
129 wait_queue_head_t event_id_wq; 129 struct nvgpu_cond event_id_wq;
130 struct nvgpu_mutex lock; 130 struct nvgpu_mutex lock;
131 struct nvgpu_list_node event_id_node; 131 struct nvgpu_list_node event_id_node;
132}; 132};