summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index e8b90c8f..82a4ee85 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -434,6 +434,6 @@ extern const struct gk20a_mmu_level gk20a_mm_levels_128k[];
434 434
435int gk20a_mm_get_buffer_info(struct device *dev, int dmabuf_fd, 435int gk20a_mm_get_buffer_info(struct device *dev, int dmabuf_fd,
436 u64 *buffer_id, u64 *buffer_len); 436 u64 *buffer_id, u64 *buffer_len);
437void gk20a_vm_unmap_locked_kref(struct kref *ref); 437void gk20a_vm_unmap_locked_ref(struct nvgpu_ref *ref);
438 438
439#endif /* MM_GK20A_H */ 439#endif /* MM_GK20A_H */