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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/os_linux.h b/drivers/gpu/nvgpu/os/linux/os_linux.h
index 4dcce322..85d697bd 100644
--- a/drivers/gpu/nvgpu/os/linux/os_linux.h
+++ b/drivers/gpu/nvgpu/os/linux/os_linux.h
@@ -141,6 +141,7 @@ struct nvgpu_os_linux {
141 struct dentry *debugfs_dump_ctxsw_stats; 141 struct dentry *debugfs_dump_ctxsw_stats;
142#endif 142#endif
143 DECLARE_HASHTABLE(ecc_sysfs_stats_htable, 5); 143 DECLARE_HASHTABLE(ecc_sysfs_stats_htable, 5);
144 struct dev_ext_attribute *ecc_attrs;
144 145
145 struct gk20a_cde_app cde_app; 146 struct gk20a_cde_app cde_app;
146 147