power: reset: make function sc27xx_poweroff_shutdown static
authorColin Ian King <colin.king@canonical.com>
Tue, 13 Mar 2018 10:54:06 +0000 (10:54 +0000)
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>
Tue, 13 Mar 2018 11:10:04 +0000 (12:10 +0100)
commit93619fdec96fa1cd19e5dffc5031cf4c63e6b431
treefd2ebf18450ed665481d64209e46a43b3ac955e5
parent75dd56c0cd68847809e6e75d6fcc234e6e6711d5
power: reset: make function sc27xx_poweroff_shutdown static

The function sc27xx_poweroff_shutdown is local to the source and does
not need to be in global scope, so make it static.

Cleans up sparse warning:
drivers/power/reset/sc27xx-poweroff.c:28:6: warning: symbol
'sc27xx_poweroff_shutdown' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/power/reset/sc27xx-poweroff.c