summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_freq_controller.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_freq_controller.c')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_freq_controller.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_freq_controller.c b/drivers/gpu/nvgpu/clk/clk_freq_controller.c
index 61c8b81b..632d7b35 100644
--- a/drivers/gpu/nvgpu/clk/clk_freq_controller.c
+++ b/drivers/gpu/nvgpu/clk/clk_freq_controller.c
@@ -144,7 +144,8 @@ static u32 clk_freq_controller_construct_pi(struct gk20a *g,
144 return status; 144 return status;
145} 145}
146 146
147struct clk_freq_controller *clk_clk_freq_controller_construct(struct gk20a *g, 147static struct clk_freq_controller *clk_clk_freq_controller_construct(
148 struct gk20a *g,
148 void *pargs) 149 void *pargs)
149{ 150{
150 struct boardobj *board_obj_ptr = NULL; 151 struct boardobj *board_obj_ptr = NULL;