summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/flcn_gk20a.c2
-rw-r--r--drivers/gpu/nvgpu/gk20a/flcn_gk20a.h1
2 files changed, 1 insertions, 2 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
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__ */