summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index 6e05d645..4095b079 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -152,7 +152,7 @@ static int init_engine_info(struct fifo_gk20a *f)
152 return 0; 152 return 0;
153} 153}
154 154
155void gk20a_remove_fifo_support(struct fifo_gk20a *f) 155static void gk20a_remove_fifo_support(struct fifo_gk20a *f)
156{ 156{
157 struct gk20a *g = f->g; 157 struct gk20a *g = f->g;
158 struct device *d = dev_from_gk20a(g); 158 struct device *d = dev_from_gk20a(g);