summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h
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.h
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.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/flcn_gk20a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h
index 388dba31..2af58104 100644
--- a/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h
@@ -13,7 +13,6 @@
13#ifndef __FLCN_GK20A_H__ 13#ifndef __FLCN_GK20A_H__
14#define __FLCN_GK20A_H__ 14#define __FLCN_GK20A_H__
15 15
16void gk20a_falcon_sw_init(struct nvgpu_falcon *flcn);
17void gk20a_falcon_init_hal(struct gpu_ops *gops); 16void gk20a_falcon_init_hal(struct gpu_ops *gops);
18 17
19#endif /* __FLCN_GK20A_H__ */ 18#endif /* __FLCN_GK20A_H__ */