summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/os_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/os_linux.h')
-rw-r--r--drivers/gpu/nvgpu/os/linux/os_linux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/os_linux.h b/drivers/gpu/nvgpu/os/linux/os_linux.h
index ff871fe5..a9a9ebb6 100644
--- a/drivers/gpu/nvgpu/os/linux/os_linux.h
+++ b/drivers/gpu/nvgpu/os/linux/os_linux.h
@@ -46,6 +46,10 @@ struct nvgpu_os_linux_ops {
46 struct { 46 struct {
47 int (*init_debugfs)(struct gk20a *g); 47 int (*init_debugfs)(struct gk20a *g);
48 } therm; 48 } therm;
49
50 struct {
51 int (*init_debugfs)(struct gk20a *g);
52 } fecs_trace;
49}; 53};
50 54
51struct nvgpu_os_linux { 55struct nvgpu_os_linux {