summaryrefslogtreecommitdiff
path: root/bl1/aarch32/bl1_arch_setup.c
diff options
context:
space:
mode:
authorEtienne Carriere <etienne.carriere@st.com>2017-06-07 16:41:50 +0200
committerEtienne Carriere <etienne.carriere@st.com>2017-06-23 09:38:06 +0200
commitc04d59cf379c679b2272d669ac0b337e407470a8 (patch)
treeb8e6f8b182ed944479a1a777b2e461a151bee4a4 /bl1/aarch32/bl1_arch_setup.c
parent2ed7b71e43519524af719d02efa5cbd3e20b1ce4 (diff)
bl1: include bl1_private.h in aarch* files
This change avoids warnings when setting -Wmissing-prototypes or when using sparse tool. Signed-off-by: Yann Gautier <yann.gautier@st.com> Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
Diffstat (limited to 'bl1/aarch32/bl1_arch_setup.c')
-rw-r--r--bl1/aarch32/bl1_arch_setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bl1/aarch32/bl1_arch_setup.c b/bl1/aarch32/bl1_arch_setup.c
index 23a65648..ce04aaab 100644
--- a/bl1/aarch32/bl1_arch_setup.c
+++ b/bl1/aarch32/bl1_arch_setup.c
@@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#include "../bl1_private.h"
/*******************************************************************************
* TODO: Function that does the first bit of architectural setup.