summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/smc.c2
1 files changed, 1 insertions, 1 deletions
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 <asm/secure.h>
#include <linux/arm-smccc.h>
-void second_entry(void)
+static void second_entry(void)
{
struct arm_smccc_res res;