aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/board/fvp/fvp_io_storage.c
diff options
context:
space:
mode:
authorIsla Mitchell <isla.mitchell@arm.com>2017-07-14 10:48:25 +0100
committerIsla Mitchell <isla.mitchell@arm.com>2017-07-14 10:50:40 +0100
commit4adb10c1ede9773ce018ddb3b56f5eb900f220f8 (patch)
tree1a884775dda1e9ed8f2ea297684784b356ea583b /plat/arm/board/fvp/fvp_io_storage.c
parent2a4b4b71ba8a14148708719077d80889faa6f47b (diff)
downloadarm-trusted-firmware-4adb10c1ede9773ce018ddb3b56f5eb900f220f8.tar.gz
Fix order of ARM platform #includes
This fix modifies the order of #includes in ARM standard platforms to meet the ARM TF coding standard. Change-Id: Ide19aad6233babda4eea2d17d49e523645fed1b2 Signed-off-by: Isla Mitchell <isla.mitchell@arm.com>
Diffstat (limited to 'plat/arm/board/fvp/fvp_io_storage.c')
-rw-r--r--plat/arm/board/fvp/fvp_io_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/board/fvp/fvp_io_storage.c b/plat/arm/board/fvp/fvp_io_storage.c
index 27bab800..aa2ee305 100644
--- a/plat/arm/board/fvp/fvp_io_storage.c
+++ b/plat/arm/board/fvp/fvp_io_storage.c
@@ -8,8 +8,8 @@
#include <common_def.h>
#include <debug.h>
#include <io_driver.h>
-#include <io_storage.h>
#include <io_semihosting.h>
+#include <io_storage.h>
#include <plat_arm.h>
#include <semihosting.h> /* For FOPEN_MODE_... */