From c227eac51a8a0132ffcc9851072eb165e1eb7e14 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 15 Nov 2019 08:52:55 +0100 Subject: commands: psci: make locally-used function static Fixes a warning that the function is global, but without prototype. No functional change. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- commands/smc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/smc.c b/commands/smc.c index 67ca4ee902..eb96e581dc 100644 --- a/commands/smc.c +++ b/commands/smc.c @@ -8,7 +8,7 @@ #include #include -void second_entry(void) +static void second_entry(void) { struct arm_smccc_res res; -- cgit v1.2.3