diff --git a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c index 48665ddb1..6abb70c38 100644 --- a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c +++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c @@ -31,7 +31,7 @@ #include "platform_tegra.h" #define GP10B_MAX_SUPPORTED_FREQS 11 -unsigned long gp10b_freq_table[GP10B_MAX_SUPPORTED_FREQS]; +static unsigned long gp10b_freq_table[GP10B_MAX_SUPPORTED_FREQS]; static struct { char *name;