summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
index 36ca850e..71081be5 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
@@ -662,7 +662,7 @@ void gk20a_tegra_idle(struct device *dev)
662 662
663void gk20a_tegra_init_secure_alloc(struct gk20a *g) 663void gk20a_tegra_init_secure_alloc(struct gk20a *g)
664{ 664{
665 g->ops.mm.secure_alloc = gk20a_tegra_secure_alloc; 665 g->ops.secure_alloc = gk20a_tegra_secure_alloc;
666} 666}
667 667
668#ifdef CONFIG_COMMON_CLK 668#ifdef CONFIG_COMMON_CLK