From a1e80ec509ed650b21e6a58e2ec58b03779dbfb1 Mon Sep 17 00:00:00 2001 From: Vijayakumar Date: Thu, 4 May 2017 16:43:30 +0530 Subject: 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 Reviewed-on: http://git-master/r/1475357 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/flcn_gk20a.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a/flcn_gk20a.h') 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 @@ #ifndef __FLCN_GK20A_H__ #define __FLCN_GK20A_H__ -void gk20a_falcon_sw_init(struct nvgpu_falcon *flcn); void gk20a_falcon_init_hal(struct gpu_ops *gops); #endif /* __FLCN_GK20A_H__ */ -- cgit v1.2.2