summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fence_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fence_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
index 97a7d957..beba761a 100644
--- a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
@@ -67,7 +67,7 @@ int gk20a_fence_from_syncpt(
67 67
68int gk20a_alloc_fence_pool( 68int gk20a_alloc_fence_pool(
69 struct channel_gk20a *c, 69 struct channel_gk20a *c,
70 int size); 70 unsigned int count);
71 71
72void gk20a_free_fence_pool( 72void gk20a_free_fence_pool(
73 struct channel_gk20a *c); 73 struct channel_gk20a *c);