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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/allocator.h b/drivers/gpu/nvgpu/include/nvgpu/allocator.h
index d7a47d23..839712db 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/allocator.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/allocator.h
@@ -205,11 +205,11 @@ static inline void alloc_unlock(struct nvgpu_allocator *a)
205/* 205/*
206 * Buddy allocator specific initializers. 206 * Buddy allocator specific initializers.
207 */ 207 */
208int __nvgpu_buddy_allocator_init(struct gk20a *g, struct nvgpu_allocator *a, 208int __nvgpu_buddy_allocator_init(struct gk20a *g, struct nvgpu_allocator *na,
209 struct vm_gk20a *vm, const char *name, 209 struct vm_gk20a *vm, const char *name,
210 u64 base, u64 size, u64 blk_size, 210 u64 base, u64 size, u64 blk_size,
211 u64 max_order, u64 flags); 211 u64 max_order, u64 flags);
212int nvgpu_buddy_allocator_init(struct gk20a *g, struct nvgpu_allocator *a, 212int nvgpu_buddy_allocator_init(struct gk20a *g, struct nvgpu_allocator *na,
213 const char *name, u64 base, u64 size, 213 const char *name, u64 base, u64 size,
214 u64 blk_size, u64 flags); 214 u64 blk_size, u64 flags);
215 215