summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index bb32749d..5e87ae25 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -3344,7 +3344,7 @@ const struct gk20a_mmu_level gk20a_mm_levels_128k[] = {
3344 * Initialize a semaphore pool. Just return successfully if we do not need 3344 * Initialize a semaphore pool. Just return successfully if we do not need
3345 * semaphores (i.e when sync-pts are active). 3345 * semaphores (i.e when sync-pts are active).
3346 */ 3346 */
3347int gk20a_init_sema_pool(struct vm_gk20a *vm) 3347static int gk20a_init_sema_pool(struct vm_gk20a *vm)
3348{ 3348{
3349 struct gk20a_semaphore_sea *sema_sea; 3349 struct gk20a_semaphore_sea *sema_sea;
3350 struct mm_gk20a *mm = vm->mm; 3350 struct mm_gk20a *mm = vm->mm;