summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2015-11-23 14:19:00 -0500
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:09 -0500
commit1cde817120fe82cbb0b6cfc03e0c952bff8cf669 (patch)
treec9e469a03df71d59e99704314ace93110de9cbb4 /drivers
parentb76acb0ef67d45fe775e915fed2648da03cfc424 (diff)
gpu: nvgpu: t18x: make gp10b_freq_table static
Make gp10b_freq_table static to fix sparse warning Bug 200088648 Change-Id: Ibaaabd145e37685e049ac3a49e2b276fb6545d0e Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/837421 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
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;