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 96eff12e..ff871fe5 100644
--- a/drivers/gpu/nvgpu/os/linux/os_linux.h
+++ b/drivers/gpu/nvgpu/os/linux/os_linux.h
@@ -42,6 +42,10 @@ struct nvgpu_os_linux_ops {
42 struct { 42 struct {
43 int (*init_debugfs)(struct gk20a *g); 43 int (*init_debugfs)(struct gk20a *g);
44 } clk; 44 } clk;
45
46 struct {
47 int (*init_debugfs)(struct gk20a *g);
48 } therm;
45}; 49};
46 50
47struct nvgpu_os_linux { 51struct nvgpu_os_linux {