aboutsummaryrefslogtreecommitdiff
path: root/plat/imx/common
diff options
context:
space:
mode:
authorAmbroise Vincent <ambroise.vincent@arm.com>2019-03-28 09:01:18 +0000
committerAmbroise Vincent <ambroise.vincent@arm.com>2019-04-03 15:30:46 +0100
commit6e756f6d6d6a71a6ec51d40bef00ec8be12b98b5 (patch)
tree1459b1c121bbf52723c6cad39446eebfca084d9e /plat/imx/common
parentc6cafcd770ddfe09a225fe81ebce769eb671c304 (diff)
downloadtrusted-firmware-a-6e756f6d6d6a71a6ec51d40bef00ec8be12b98b5.tar.gz
Makefile: remove extra include paths in INCLUDES
Now it is needed to use the full path of the common header files. Commit 09d40e0e0828 ("Sanitise includes across codebase") provides more information. Change-Id: Ifedc79d9f664d208ba565f5736612a3edd94c647 Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Diffstat (limited to 'plat/imx/common')
-rw-r--r--plat/imx/common/imx_sip_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/common/imx_sip_handler.c b/plat/imx/common/imx_sip_handler.c
index 55639cdf0e..4eabda7964 100644
--- a/plat/imx/common/imx_sip_handler.c
+++ b/plat/imx/common/imx_sip_handler.c
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <stdint.h>
-#include <std_svc.h>
+#include <services/std_svc.h>
#include <string.h>
#include <platform_def.h>
#include <common/debug.h>