summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/therm_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/therm_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/therm_gp10b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/therm_gp10b.c b/drivers/gpu/nvgpu/gp10b/therm_gp10b.c
index 925fc69b..43f44c92 100644
--- a/drivers/gpu/nvgpu/gp10b/therm_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/therm_gp10b.c
@@ -20,7 +20,7 @@
20 20
21#include <nvgpu/hw/gp10b/hw_therm_gp10b.h> 21#include <nvgpu/hw/gp10b/hw_therm_gp10b.h>
22 22
23static int gp10b_init_therm_setup_hw(struct gk20a *g) 23int gp10b_init_therm_setup_hw(struct gk20a *g)
24{ 24{
25 u32 v; 25 u32 v;
26 26
@@ -80,7 +80,7 @@ static int gp10b_init_therm_setup_hw(struct gk20a *g)
80 return 0; 80 return 0;
81} 81}
82 82
83static int gp10b_elcg_init_idle_filters(struct gk20a *g) 83int gp10b_elcg_init_idle_filters(struct gk20a *g)
84{ 84{
85 u32 gate_ctrl, idle_filter; 85 u32 gate_ctrl, idle_filter;
86 u32 engine_id; 86 u32 engine_id;