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