Commit c04d59cf authored by Etienne Carriere's avatar Etienne Carriere
Browse files

bl1: include bl1_private.h in aarch* files



This change avoids warnings when setting -Wmissing-prototypes or when
using sparse tool.
Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
Signed-off-by: default avatarEtienne Carriere <etienne.carriere@st.com>
parent 2ed7b71e
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include "../bl1_private.h"
/******************************************************************************* /*******************************************************************************
* TODO: Function that does the first bit of architectural setup. * TODO: Function that does the first bit of architectural setup.
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include <debug.h> #include <debug.h>
#include <platform.h> #include <platform.h>
#include <smcc_helpers.h> #include <smcc_helpers.h>
#include "../bl1_private.h"
/* /*
* Following arrays will be used for context management. * Following arrays will be used for context management.
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include <arch.h> #include <arch.h>
#include <arch_helpers.h> #include <arch_helpers.h>
#include "../bl1_private.h"
/******************************************************************************* /*******************************************************************************
* Function that does the first bit of architectural setup that affects * Function that does the first bit of architectural setup that affects
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include <context_mgmt.h> #include <context_mgmt.h>
#include <debug.h> #include <debug.h>
#include <platform.h> #include <platform.h>
#include "../bl1_private.h"
/* /*
* Following array will be used for context management. * Following array will be used for context management.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment