summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index 9fbd74fb..a2ea7d1e 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -1603,7 +1603,7 @@ static void gv11b_fifo_init_ramfc_eng_method_buffer(struct gk20a *g,
1603 nvgpu_log_info(g, "init ramfc with method buffer"); 1603 nvgpu_log_info(g, "init ramfc with method buffer");
1604} 1604}
1605 1605
1606unsigned int gv11b_fifo_get_eng_method_buffer_size(struct gk20a *g) 1606static unsigned int gv11b_fifo_get_eng_method_buffer_size(struct gk20a *g)
1607{ 1607{
1608 unsigned int buffer_size; 1608 unsigned int buffer_size;
1609 1609