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 af10f828..9c50a809 100644
--- a/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
@@ -30,6 +30,7 @@ struct gk20a_ecc_stat {
30 u32 count; 30 u32 count;
31#ifdef CONFIG_SYSFS 31#ifdef CONFIG_SYSFS
32 struct hlist_node hash_node; 32 struct hlist_node hash_node;
33 struct device_attribute *attr_array;
33#endif 34#endif
34}; 35};
35 36