[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200703170337.GA27219@874d1626a6d5>
Date: Sat, 4 Jul 2020 01:03:37 +0800
From: kernel test robot <lkp@...el.com>
To: Daniel Lezcano <daniel.lezcano@...aro.org>, rui.zhang@...el.com
Cc: kbuild-all@...ts.01.org, srinivas.pandruvada@...ux.intel.com,
rkumbako@...eaurora.org, amit.kucheria@...aro.org,
linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org
Subject: [RFC PATCH] thermal: core: thermal_cdev_set_cur_state() can be static
Signed-off-by: kernel test robot <lkp@...el.com>
---
thermal_helpers.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/thermal/thermal_helpers.c b/drivers/thermal/thermal_helpers.c
index 53dd92ccfd193..2831a93f069c9 100644
--- a/drivers/thermal/thermal_helpers.c
+++ b/drivers/thermal/thermal_helpers.c
@@ -175,7 +175,7 @@ void thermal_zone_set_trips(struct thermal_zone_device *tz)
mutex_unlock(&tz->lock);
}
-void thermal_cdev_set_cur_state(struct thermal_cooling_device *cdev, int target)
+static void thermal_cdev_set_cur_state(struct thermal_cooling_device *cdev, int target)
{
if (cdev->ops->set_cur_state(cdev, target))
return;
Powered by blists - more mailing lists