summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/debug_fecs_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/debug_fecs_trace.h')
-rw-r--r--drivers/gpu/nvgpu/os/linux/debug_fecs_trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/debug_fecs_trace.h b/drivers/gpu/nvgpu/os/linux/debug_fecs_trace.h
index a545f2db..54ebaaf9 100644
--- a/drivers/gpu/nvgpu/os/linux/debug_fecs_trace.h
+++ b/drivers/gpu/nvgpu/os/linux/debug_fecs_trace.h
@@ -22,7 +22,7 @@ struct gk20a;
22#if defined(CONFIG_DEBUG_FS) && defined(CONFIG_GK20A_CTXSW_TRACE) 22#if defined(CONFIG_DEBUG_FS) && defined(CONFIG_GK20A_CTXSW_TRACE)
23int nvgpu_fecs_trace_init_debugfs(struct gk20a *g); 23int nvgpu_fecs_trace_init_debugfs(struct gk20a *g);
24#else 24#else
25int nvgpu_fecs_trace_init_debugfs(struct gk20a *g) 25static int nvgpu_fecs_trace_init_debugfs(struct gk20a *g)
26{ 26{
27 return 0; 27 return 0;
28} 28}