summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/therm_gm20b.c
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2016-03-08 16:34:40 -0500
committerSachin Nikam <snikam@nvidia.com>2016-03-14 01:19:00 -0400
commitfab090f3512be2ded065151ddc544ae03bb33e8c (patch)
tree8e8ef5602f16031231ab7081544ac81492c63a49 /drivers/gpu/nvgpu/gm20b/therm_gm20b.c
parentd2e5eaf359d4446dd731ab39bc851e7709571042 (diff)
gpu: nvgpu: tegra: fix sparse errors
Fixed following sparse errors: - therm_gm20b.c:68:6: warning: symbol 'gm20b_init_therm_ops' was not declared. Should it be static? - platform_gk20a_tegra.c:825:5: warning: symbol 'gk20a_set_clk_rate' was not declared. Should it be static? Bug 200067946 Change-Id: I485d5e76302fb294865854f314db2d27f71520f7 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1026685 GVS: Gerrit_Virtual_Submit Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/therm_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/therm_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/therm_gm20b.c b/drivers/gpu/nvgpu/gm20b/therm_gm20b.c
index 5bd22841..6ebc4c91 100644
--- a/drivers/gpu/nvgpu/gm20b/therm_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/therm_gm20b.c
@@ -15,6 +15,7 @@
15 15
16#include "gk20a/gk20a.h" 16#include "gk20a/gk20a.h"
17#include "hw_therm_gm20b.h" 17#include "hw_therm_gm20b.h"
18#include "therm_gm20b.h"
18 19
19static int gm20b_init_therm_setup_hw(struct gk20a *g) 20static int gm20b_init_therm_setup_hw(struct gk20a *g)
20{ 21{