summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/bios_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/bios_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/bios_gp106.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp106/bios_gp106.h b/drivers/gpu/nvgpu/gp106/bios_gp106.h
index 0301177e..a5229fff 100644
--- a/drivers/gpu/nvgpu/gp106/bios_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/bios_gp106.h
@@ -27,6 +27,5 @@ struct gk20a;
27struct gpu_ops; 27struct gpu_ops;
28 28
29int gp106_bios_init(struct gk20a *g); 29int gp106_bios_init(struct gk20a *g);
30void gp106_init_bios_ops(struct gpu_ops *gops); 30int gp106_bios_preos_wait_for_halt(struct gk20a *g);
31
32#endif 31#endif