summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 06269fa5..a399e95f 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -169,7 +169,7 @@ struct fifo_gk20a {
169 unsigned int used_channels; 169 unsigned int used_channels;
170 struct channel_gk20a *channel; 170 struct channel_gk20a *channel;
171 /* zero-kref'd channels here */ 171 /* zero-kref'd channels here */
172 struct list_head free_chs; 172 struct nvgpu_list_node free_chs;
173 struct nvgpu_mutex free_chs_mutex; 173 struct nvgpu_mutex free_chs_mutex;
174 struct nvgpu_mutex gr_reset_mutex; 174 struct nvgpu_mutex gr_reset_mutex;
175 175