commit | d04b674e188756c8e90a1cf422fe12ab1f147e4e | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Jun 08 19:28:54 2016 +0100 |
committer | Sebastian Reichel <sre@kernel.org> | Fri Jun 10 03:52:13 2016 +0200 |
tree | a99c59f890db183d609f304c1e047f909e454b22 | |
parent | cecbf8d52e6c7f16d954091be9283b928199ed92 [diff] |
power/reset: make syscon_poweroff() static The syscon_poweroff() function is not exported or declared for usage elsewhere, so make it static to avoid the folloiwing warning: drivers/power/reset/syscon-poweroff.c:33:6: warning: symbol 'syscon_poweroff' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>