summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/tegra/linux/platform_gk20a_tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/tegra/linux/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/tegra/linux/platform_gk20a_tegra.c
index 1ca85117..2bb7d5cb 100644
--- a/drivers/gpu/nvgpu/tegra/linux/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/tegra/linux/platform_gk20a_tegra.c
@@ -996,7 +996,7 @@ static int gk20a_tegra_probe(struct device *dev)
996 return 0; 996 return 0;
997} 997}
998 998
999int gk20a_tegra_late_probe(struct device *dev) 999static int gk20a_tegra_late_probe(struct device *dev)
1000{ 1000{
1001 /* Cause early VPR resize */ 1001 /* Cause early VPR resize */
1002 gk20a_tegra_secure_page_alloc(dev); 1002 gk20a_tegra_secure_page_alloc(dev);