summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common')
-rw-r--r--drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c b/drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c
index a3c4e3b6..211b353b 100644
--- a/drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c
+++ b/drivers/gpu/nvgpu/common/mm/nvgpu_allocator.c
@@ -201,9 +201,9 @@ void nvgpu_fini_alloc_debug(struct nvgpu_allocator *a)
201#endif 201#endif
202} 202}
203 203
204#ifdef CONFIG_DEBUG_FS
204void nvgpu_alloc_debugfs_init(struct device *dev) 205void nvgpu_alloc_debugfs_init(struct device *dev)
205{ 206{
206#ifdef CONFIG_DEBUG_FS
207 struct gk20a_platform *platform = dev_get_drvdata(dev); 207 struct gk20a_platform *platform = dev_get_drvdata(dev);
208 struct dentry *gpu_root = platform->debugfs; 208 struct dentry *gpu_root = platform->debugfs;
209 struct gk20a *g = get_gk20a(dev); 209 struct gk20a *g = get_gk20a(dev);
@@ -214,5 +214,5 @@ void nvgpu_alloc_debugfs_init(struct device *dev)
214 214
215 debugfs_create_u32("tracing", 0664, g->debugfs_allocators, 215 debugfs_create_u32("tracing", 0664, g->debugfs_allocators,
216 &nvgpu_alloc_tracing_on); 216 &nvgpu_alloc_tracing_on);
217#endif
218} 217}
218#endif