summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/allocator.h b/drivers/gpu/nvgpu/include/nvgpu/allocator.h
index 839712db..a38e8d51 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/allocator.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/allocator.h
@@ -223,7 +223,7 @@ int nvgpu_bitmap_allocator_init(struct gk20a *g, struct nvgpu_allocator *na,
223/* 223/*
224 * Page allocator initializers. 224 * Page allocator initializers.
225 */ 225 */
226int nvgpu_page_allocator_init(struct gk20a *g, struct nvgpu_allocator *a, 226int nvgpu_page_allocator_init(struct gk20a *g, struct nvgpu_allocator *na,
227 const char *name, u64 base, u64 length, 227 const char *name, u64 base, u64 length,
228 u64 blk_size, u64 flags); 228 u64 blk_size, u64 flags);
229 229