summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-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 48665ddb..6abb70c3 100644
--- a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
@@ -31,7 +31,7 @@
31#include "platform_tegra.h" 31#include "platform_tegra.h"
32 32
33#define GP10B_MAX_SUPPORTED_FREQS 11 33#define GP10B_MAX_SUPPORTED_FREQS 11
34unsigned long gp10b_freq_table[GP10B_MAX_SUPPORTED_FREQS]; 34static unsigned long gp10b_freq_table[GP10B_MAX_SUPPORTED_FREQS];
35 35
36static struct { 36static struct {
37 char *name; 37 char *name;