summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index b330aa7a..a865b078 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -765,7 +765,7 @@ static int gk20a_detect_chip(struct gk20a *g)
765 return gpu_init_hal(g); 765 return gpu_init_hal(g);
766} 766}
767 767
768int gk20a_pm_finalize_poweron(struct device *dev) 768static int gk20a_pm_finalize_poweron(struct device *dev)
769{ 769{
770 struct gk20a *g = get_gk20a(dev); 770 struct gk20a *g = get_gk20a(dev);
771 struct gk20a_platform *platform = gk20a_get_platform(dev); 771 struct gk20a_platform *platform = gk20a_get_platform(dev);