summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/module.c b/drivers/gpu/nvgpu/os/linux/module.c
index cb501683..d226ceeb 100644
--- a/drivers/gpu/nvgpu/os/linux/module.c
+++ b/drivers/gpu/nvgpu/os/linux/module.c
@@ -1310,6 +1310,8 @@ int nvgpu_remove(struct device *dev, struct class *class)
1310 if (platform->remove) 1310 if (platform->remove)
1311 platform->remove(dev); 1311 platform->remove(dev);
1312 1312
1313 nvgpu_mutex_destroy(&g->clk_arb_enable_lock);
1314
1313 nvgpu_log_fn(g, "removed"); 1315 nvgpu_log_fn(g, "removed");
1314 1316
1315 return err; 1317 return err;