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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index b1638b9e..ec18df15 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -984,7 +984,7 @@ static int __exit gk20a_remove(struct platform_device *pdev)
984 gk20a_remove_sysfs(dev); 984 gk20a_remove_sysfs(dev);
985 985
986 if (platform->secure_buffer.destroy) 986 if (platform->secure_buffer.destroy)
987 platform->secure_buffer.destroy(dev, 987 platform->secure_buffer.destroy(g,
988 &platform->secure_buffer); 988 &platform->secure_buffer);
989 989
990 if (pm_runtime_enabled(dev)) 990 if (pm_runtime_enabled(dev))