summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index 68ae1a66..fb5d3614 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -1104,7 +1104,9 @@ int nvgpu_remove(struct device *dev, struct class *class)
1104 if (platform->has_cde) 1104 if (platform->has_cde)
1105 gk20a_cde_destroy(l); 1105 gk20a_cde_destroy(l);
1106 1106
1107#ifdef CONFIG_GK20A_CTXSW_TRACE
1107 gk20a_ctxsw_trace_cleanup(g); 1108 gk20a_ctxsw_trace_cleanup(g);
1109#endif
1108 1110
1109 gk20a_sched_ctrl_cleanup(g); 1111 gk20a_sched_ctrl_cleanup(g);
1110 1112