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 5d91da8f..cc2b5ec7 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -673,6 +673,8 @@ void gk20a_remove_support(struct gk20a *g)
673#ifdef CONFIG_TEGRA_19x_GPU 673#ifdef CONFIG_TEGRA_19x_GPU
674 t19x_remove_support(g); 674 t19x_remove_support(g);
675#endif 675#endif
676
677 nvgpu_free_enabled_flags(g);
676} 678}
677 679
678static int gk20a_init_support(struct platform_device *dev) 680static int gk20a_init_support(struct platform_device *dev)