summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_allocator.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_allocator.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.c b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.c
index a7378956..2b351492 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * gk20a allocator 2 * gk20a allocator
3 * 3 *
4 * Copyright (c) 2011-2015, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2011-2016, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -1160,6 +1160,7 @@ static void balloc_init_alloc_debug(struct gk20a_allocator *a)
1160 a, &__alloc_fops); 1160 a, &__alloc_fops);
1161} 1161}
1162 1162
1163#ifdef CONFIG_DEBUG_FS
1163void gk20a_alloc_debugfs_init(struct platform_device *pdev) 1164void gk20a_alloc_debugfs_init(struct platform_device *pdev)
1164{ 1165{
1165 struct gk20a_platform *platform = platform_get_drvdata(pdev); 1166 struct gk20a_platform *platform = platform_get_drvdata(pdev);
@@ -1172,3 +1173,4 @@ void gk20a_alloc_debugfs_init(struct platform_device *pdev)
1172 debugfs_create_u32("tracing", 0664, balloc_debugfs_root, 1173 debugfs_create_u32("tracing", 0664, balloc_debugfs_root,
1173 &balloc_tracing_on); 1174 &balloc_tracing_on);
1174} 1175}
1176#endif