summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
diff options
context:
space:
mode:
authorVijayakumar <vsubbu@nvidia.com>2017-05-04 07:13:30 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-05-05 12:04:15 -0400
commita1e80ec509ed650b21e6a58e2ec58b03779dbfb1 (patch)
treeca3b16e3543954aa8ded1a69a6688a4818870ef7 /drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
parentee9733e587d977610975435a84e5af7cabba8870 (diff)
gpu: nvgpu: fix error for static code analysis
mark functions local to the file as static fixing errors in volt and flcn modules. Bug 200299572 Change-Id: Ibacbd83649fee3066a90694a3df90bb909b24aa5 Signed-off-by: Vijayakumar <vsubbu@nvidia.com> Reviewed-on: http://git-master/r/1475357 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/flcn_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/flcn_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
index 404718d0..f36b9e32 100644
--- a/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
@@ -34,7 +34,7 @@ static void gk20a_falcon_ops(struct nvgpu_falcon *flcn)
34 flcn_vops->write_dmatrfbase = NULL; 34 flcn_vops->write_dmatrfbase = NULL;
35} 35}
36 36
37void gk20a_falcon_hal_sw_init(struct nvgpu_falcon *flcn) 37static void gk20a_falcon_hal_sw_init(struct nvgpu_falcon *flcn)
38{ 38{
39 struct gk20a *g = flcn->g; 39 struct gk20a *g = flcn->g;
40 40