summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/os_ops_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/os_ops_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/os_ops_gv100.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/os_ops_gv100.c b/drivers/gpu/nvgpu/os/linux/os_ops_gv100.c
index f5c5a604..9d92bdfb 100644
--- a/drivers/gpu/nvgpu/os/linux/os_ops_gv100.c
+++ b/drivers/gpu/nvgpu/os/linux/os_ops_gv100.c
@@ -16,13 +16,13 @@
16 16
17#include "os_linux.h" 17#include "os_linux.h"
18 18
19#include "debug_clk_gp106.h" 19#include "debug_clk_gv100.h"
20#include "debug_therm_gp106.h" 20#include "debug_therm_gp106.h"
21#include "debug_fecs_trace.h" 21#include "debug_fecs_trace.h"
22 22
23static struct nvgpu_os_linux_ops gv100_os_linux_ops = { 23static struct nvgpu_os_linux_ops gv100_os_linux_ops = {
24 .clk = { 24 .clk = {
25 .init_debugfs = gp106_clk_init_debugfs, 25 .init_debugfs = gv100_clk_init_debugfs,
26 }, 26 },
27 .therm = { 27 .therm = {
28 .init_debugfs = gp106_therm_init_debugfs, 28 .init_debugfs = gp106_therm_init_debugfs,