summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
index 43d90528..dfeba9c4 100644
--- a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
@@ -362,7 +362,7 @@ struct gk20a_platform t18x_gpu_tegra_platform = {
362#define ECC_STAT_NAME_MAX_SIZE 100 362#define ECC_STAT_NAME_MAX_SIZE 100
363 363
364 364
365DEFINE_HASHTABLE(ecc_hash_table, 5); 365static DEFINE_HASHTABLE(ecc_hash_table, 5);
366 366
367static struct device_attribute *dev_attr_sm_lrf_ecc_single_err_count_array; 367static struct device_attribute *dev_attr_sm_lrf_ecc_single_err_count_array;
368static struct device_attribute *dev_attr_sm_lrf_ecc_double_err_count_array; 368static struct device_attribute *dev_attr_sm_lrf_ecc_double_err_count_array;