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 f612e43f..27fce8e0 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -729,7 +729,7 @@ static int gk20a_detect_chip(struct gk20a *g)
729 return gpu_init_hal(g); 729 return gpu_init_hal(g);
730} 730}
731 731
732void gk20a_pm_restore_debug_setting(struct gk20a *g) 732static void gk20a_pm_restore_debug_setting(struct gk20a *g)
733{ 733{
734 u32 mmu_debug_ctrl; 734 u32 mmu_debug_ctrl;
735 735