summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-05-23 04:10:46 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-05-25 18:16:07 -0400
commit45d0a9c711d50290eb3e8297ab9b5c4a5161f242 (patch)
treef9d7150b3ee8b11aa05eb886b57fe0ad87d82759 /drivers/gpu/nvgpu/Makefile
parentf1ae1a9c73364326f5aa5f9deaf06a9254cb90d0 (diff)
gpu: nvgpu: remove empty gk20a_mm_debugfs_init
gk20a_mm_debugfs_init() used to initialize one mm-specific debugfs knob, but now that there aren't any, delete the function and the related files. Change-Id: Ic3177945bbab501c506b5199b44c87450df75452 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1729530 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile')
-rw-r--r--drivers/gpu/nvgpu/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 0aacc1e6..6b4fc505 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -146,7 +146,6 @@ nvgpu-$(CONFIG_DEBUG_FS) += \
146 common/linux/debug_ce.o \ 146 common/linux/debug_ce.o \
147 common/linux/debug_pmu.o \ 147 common/linux/debug_pmu.o \
148 common/linux/debug_sched.o \ 148 common/linux/debug_sched.o \
149 common/linux/debug_mm.o \
150 common/linux/debug_allocator.o \ 149 common/linux/debug_allocator.o \
151 common/linux/debug_hal.o \ 150 common/linux/debug_hal.o \
152 common/linux/debug_clk.o \ 151 common/linux/debug_clk.o \