提交 c4b379d0 编写于 作者: C Colin Ian King 提交者: Eduardo Valentin

thermal: core: make thermal_emergency_poweroff static

Making thermal_emergency_poweroff static fixes sparse warning:

  drivers/thermal/thermal_core.c:6: warning: symbol
  'thermal_emergency_poweroff' was not declared. Should it be static?

Fixes: ef1d87e0 ("thermal: core: Add a back up thermal shutdown mechanism")
Acked-by: NKeerthy <j-keerthy@ti.com>
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NEduardo Valentin <edubezval@gmail.com>
上级 0e774888
......@@ -359,7 +359,7 @@ static DECLARE_DELAYED_WORK(thermal_emergency_poweroff_work,
* This may be called from any critical situation to trigger a system shutdown
* after a known period of time. By default this is not scheduled.
*/
void thermal_emergency_poweroff(void)
static void thermal_emergency_poweroff(void)
{
int poweroff_delay_ms = CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS;
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册