summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2016-06-29 02:38:33 -0400
committerVijayakumar Subbu <vsubbu@nvidia.com>2016-06-29 12:56:06 -0400
commit459b27f8c15a5062c0d84436a829147931261f6d (patch)
tree54279e15b33c149c47b5aaccd90f32740e87168d /drivers/gpu/nvgpu/gm206
parentdfd5ec53fcce4ebae27f78242e6b788350337095 (diff)
gpu: nvgpu: fixing sparse error/warning
- $TOP/kernel/nvgpu/drivers/gpu/nvgpu/gm206/acr_gm206.c:207:5: warning: symbol 'gm206_bootstrap_hs_flcn' was not declared. Should it be static? Bug 200067946 Change-Id: Idc8c464b03eb9a382f54095cd3e04786be19308c Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1172969 GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm206')
-rw-r--r--drivers/gpu/nvgpu/gm206/acr_gm206.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm206/acr_gm206.c b/drivers/gpu/nvgpu/gm206/acr_gm206.c
index aeccbd28..5a61bd21 100644
--- a/drivers/gpu/nvgpu/gm206/acr_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/acr_gm206.c
@@ -204,7 +204,7 @@ static int gm206_flcn_populate_bl_dmem_desc(struct gk20a *g,
204 204
205/*Loads ACR bin to FB mem and bootstraps PMU with bootloader code 205/*Loads ACR bin to FB mem and bootstraps PMU with bootloader code
206 * start and end are addresses of ucode blob in non-WPR region*/ 206 * start and end are addresses of ucode blob in non-WPR region*/
207int gm206_bootstrap_hs_flcn(struct gk20a *g) 207static int gm206_bootstrap_hs_flcn(struct gk20a *g)
208{ 208{
209 struct mm_gk20a *mm = &g->mm; 209 struct mm_gk20a *mm = &g->mm;
210 struct vm_gk20a *vm = &mm->pmu.vm; 210 struct vm_gk20a *vm = &mm->pmu.vm;