summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/debug_allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/debug_allocator.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/debug_allocator.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/debug_allocator.c b/drivers/gpu/nvgpu/common/linux/debug_allocator.c
index 766c8486..91ae0512 100644
--- a/drivers/gpu/nvgpu/common/linux/debug_allocator.c
+++ b/drivers/gpu/nvgpu/common/linux/debug_allocator.c
@@ -20,12 +20,6 @@
20 20
21#include <nvgpu/allocator.h> 21#include <nvgpu/allocator.h>
22 22
23void nvgpu_alloc_print_stats(struct nvgpu_allocator *__a,
24 struct seq_file *s, int lock)
25{
26 __a->ops->print_stats(__a, s, lock);
27}
28
29static int __alloc_show(struct seq_file *s, void *unused) 23static int __alloc_show(struct seq_file *s, void *unused)
30{ 24{
31 struct nvgpu_allocator *a = s->private; 25 struct nvgpu_allocator *a = s->private;