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>
This commit is contained in:
Seshendra Gadagottu
2015-11-23 11:19:00 -08:00
committed by Deepak Nibade
parent b76acb0ef6
commit 1cde817120

View File

@@ -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;