summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ecc_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ecc_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h b/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
index 0d1ed5df..57eec1e0 100644
--- a/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
@@ -27,6 +27,7 @@
27struct gk20a_ecc_stat { 27struct gk20a_ecc_stat {
28 char **names; 28 char **names;
29 u32 *counters; 29 u32 *counters;
30 u32 count;
30#ifdef CONFIG_SYSFS 31#ifdef CONFIG_SYSFS
31 struct hlist_node hash_node; 32 struct hlist_node hash_node;
32#endif 33#endif