summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c')
-rw-r--r--drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c b/drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c
index ec0aa888..bf624162 100644
--- a/drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c
+++ b/drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c
@@ -145,9 +145,9 @@ void nvgpu_alloc_print_stats(struct nvgpu_allocator *na,
145/* 145/*
146 * Handle the common init stuff for a nvgpu_allocator. 146 * Handle the common init stuff for a nvgpu_allocator.
147 */ 147 */
148int __nvgpu_alloc_common_init(struct nvgpu_allocator *a, struct gk20a *g, 148int nvgpu_alloc_common_init(struct nvgpu_allocator *a, struct gk20a *g,
149 const char *name, void *priv, bool dbg, 149 const char *name, void *priv, bool dbg,
150 const struct nvgpu_allocator_ops *ops) 150 const struct nvgpu_allocator_ops *ops)
151{ 151{
152 int err; 152 int err;
153 153