summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/debug_therm_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/debug_therm_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/os/linux/debug_therm_gp106.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/debug_therm_gp106.h b/drivers/gpu/nvgpu/os/linux/debug_therm_gp106.h
index 6ebc9f58..3e9380df 100644
--- a/drivers/gpu/nvgpu/os/linux/debug_therm_gp106.h
+++ b/drivers/gpu/nvgpu/os/linux/debug_therm_gp106.h
@@ -20,7 +20,7 @@
20#ifdef CONFIG_DEBUG_FS 20#ifdef CONFIG_DEBUG_FS
21int gp106_therm_init_debugfs(struct gk20a *g); 21int gp106_therm_init_debugfs(struct gk20a *g);
22#else 22#else
23inline int gp106_therm_init_debugfs(struct gk20a *g) 23static inline int gp106_therm_init_debugfs(struct gk20a *g)
24{ 24{
25 return 0; 25 return 0;
26} 26}