[RFC PATCH] thermal: core: thermal_cdev_set_cur_state() can be static

From: kernel test robot
Date: Fri Jul 03 2020 - 13:04:01 EST



Signed-off-by: kernel test robot <lkp@xxxxxxxxx>
---
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;