summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index c5c06df9..fc71e907 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -564,7 +564,6 @@ static void gk20a_remove_fifo_support(struct fifo_gk20a *f)
564 nvgpu_mutex_destroy(&c->cyclestate.cyclestate_buffer_mutex); 564 nvgpu_mutex_destroy(&c->cyclestate.cyclestate_buffer_mutex);
565 nvgpu_mutex_destroy(&c->cs_client_mutex); 565 nvgpu_mutex_destroy(&c->cs_client_mutex);
566#endif 566#endif
567 nvgpu_mutex_destroy(&c->event_id_list_lock);
568 nvgpu_mutex_destroy(&c->dbg_s_lock); 567 nvgpu_mutex_destroy(&c->dbg_s_lock);
569 568
570 } 569 }