summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 6b026ee2..583e77b4 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -89,8 +89,8 @@
89 89
90#define GK20A_NUM_CDEVS 7 90#define GK20A_NUM_CDEVS 7
91 91
92#if defined(GK20A_DEBUG)
93u32 gk20a_dbg_mask = GK20A_DEFAULT_DBG_MASK; 92u32 gk20a_dbg_mask = GK20A_DEFAULT_DBG_MASK;
93#ifdef CONFIG_GK20A_TRACE_PRINTK
94u32 gk20a_dbg_ftrace; 94u32 gk20a_dbg_ftrace;
95#endif 95#endif
96 96