aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-05-13 21:55:59 +0800
committerEduardo Valentin <edubezval@gmail.com>2019-05-23 21:52:47 -0700
commit2380a792dec059338c8d989e64c5d933c553949c (patch)
treeb64efeedd0cfb0a57d081f771257f0731ab012b0 /drivers/thermal
parentRevert "thermal: rockchip: fix up the tsadc pinctrl setting error" (diff)
downloadlinux-dev-2380a792dec059338c8d989e64c5d933c553949c.tar.xz
linux-dev-2380a792dec059338c8d989e64c5d933c553949c.zip
thermal: tegra: Make tegra210_tsensor_thermtrips static
Fix sparse warning: drivers/thermal/tegra/tegra210-soctherm.c:211:33: warning: symbol 'tegra210_tsensor_thermtrips' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/tegra/tegra210-soctherm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/tegra/tegra210-soctherm.c b/drivers/thermal/tegra/tegra210-soctherm.c
index d31b50050faa..d0ff793f18c5 100644
--- a/drivers/thermal/tegra/tegra210-soctherm.c
+++ b/drivers/thermal/tegra/tegra210-soctherm.c
@@ -208,7 +208,7 @@ static const struct tegra_soctherm_fuse tegra210_soctherm_fuse = {
.fuse_spare_realignment = 0,
};
-struct tsensor_group_thermtrips tegra210_tsensor_thermtrips[] = {
+static struct tsensor_group_thermtrips tegra210_tsensor_thermtrips[] = {
{.id = TEGRA124_SOCTHERM_SENSOR_NUM},
{.id = TEGRA124_SOCTHERM_SENSOR_NUM},
{.id = TEGRA124_SOCTHERM_SENSOR_NUM},