aboutsummaryrefslogtreecommitdiff
path: root/services/spd
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2019-02-27 15:11:18 +0000
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2019-02-27 15:53:18 +0000
commit10608a63d89ff5b43f227f6f34787bd8cb5131f9 (patch)
treec941d51315b572bf01f147a12b72f65c90bb2408 /services/spd
parent57bc6424cd7021e64d2af876b7d79b685893a208 (diff)
downloadtrusted-firmware-a-10608a63d89ff5b43f227f6f34787bd8cb5131f9.tar.gz
trusty: Include file with GIC definitions
The GIC definitions used in this file have to be provided by the platform but platform_def.h wasn't included. Change-Id: I858cdf7e60c50577c8e798d64ec2cbc4f067f33b Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'services/spd')
-rw-r--r--services/spd/trusty/generic-arm64-smcall.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/spd/trusty/generic-arm64-smcall.c b/services/spd/trusty/generic-arm64-smcall.c
index 771e2cfb60..dfc3e71b75 100644
--- a/services/spd/trusty/generic-arm64-smcall.c
+++ b/services/spd/trusty/generic-arm64-smcall.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -8,6 +8,7 @@
#include <common/debug.h>
#include <common/runtime_svc.h>
+#include <platform_def.h>
#include "generic-arm64-smcall.h"