aboutsummaryrefslogtreecommitdiffstats
path: root/services/spd/trusty
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-04-19 01:14:42 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-04-21 10:43:59 +0900
commit724fd958c3f4507b2282524665a878f0169de864 (patch)
treed5fa589950d963a9fdd435f61249278c29059078 /services/spd/trusty
parent7f6d8f49aa916a526c2ce227606cc51eebd0c950 (diff)
downloadplatform_external_arm-trusted-firmware-724fd958c3f4507b2282524665a878f0169de864.tar.gz
platform_external_arm-trusted-firmware-724fd958c3f4507b2282524665a878f0169de864.tar.bz2
platform_external_arm-trusted-firmware-724fd958c3f4507b2282524665a878f0169de864.zip
spd: add static qualifier to locally used functions and data
These are used locally in a file. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'services/spd/trusty')
-rw-r--r--services/spd/trusty/trusty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/spd/trusty/trusty.c b/services/spd/trusty/trusty.c
index 97f202cba..f5501c924 100644
--- a/services/spd/trusty/trusty.c
+++ b/services/spd/trusty/trusty.c
@@ -53,7 +53,7 @@ struct args {
uint64_t r7;
};
-struct trusty_cpu_ctx trusty_cpu_ctx[PLATFORM_CORE_COUNT];
+static struct trusty_cpu_ctx trusty_cpu_ctx[PLATFORM_CORE_COUNT];
struct args trusty_init_context_stack(void **sp, void *new_stack);
struct args trusty_context_switch_helper(void **sp, void *smc_params);