summaryrefslogtreecommitdiff
path: root/plat/common/plat_spm_sp.c
diff options
context:
space:
mode:
authorAntonio Niño Díaz <antonio.ninodiaz@arm.com>2019-04-01 11:25:21 +0100
committerGitHub <noreply@github.com>2019-04-01 11:25:21 +0100
commit18ff0b61bb205e01d2c4dba23f1be5fd1081c6b4 (patch)
tree2b9021e6c5debcaa07b7b561be48a9d1df882e33 /plat/common/plat_spm_sp.c
parent9cadccdff382c2cfed9e5dd2f13c648f6c3f1eec (diff)
parent279faa6d5dbcc9f63ef1d5f5283119fc2452483c (diff)
Merge pull request #1886 from ambroise-arm/av/static-checks
Fix extra compilation warnings
Diffstat (limited to 'plat/common/plat_spm_sp.c')
-rw-r--r--plat/common/plat_spm_sp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/common/plat_spm_sp.c b/plat/common/plat_spm_sp.c
index ce482799..bc3d6a01 100644
--- a/plat/common/plat_spm_sp.c
+++ b/plat/common/plat_spm_sp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -9,6 +9,7 @@
#include <platform_def.h>
#include <common/debug.h>
+#include <plat/common/platform.h>
#include <tools_share/sptool.h>
static unsigned int sp_next;