Re: [PATCH] thermal: core: make thermal_emergency_poweroff static

2017-05-08 Thread Keerthy
On Monday 08 May 2017 04:06 PM, Colin King wrote: > From: Colin Ian King > > 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? Acked-by: Keerthy > >

[PATCH] thermal: core: make thermal_emergency_poweroff static

2017-05-08 Thread Colin King
From: Colin Ian King 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: ef1d87e06ab4 ("thermal: core: Add a back up thermal shutdown mechanism") Signed-of