summaryrefslogtreecommitdiff
path: root/lib/cpus
diff options
context:
space:
mode:
authorDavid Cunado <david.cunado@arm.com>2017-01-17 14:40:15 +0000
committerDavid Cunado <david.cunado@arm.com>2017-01-17 14:40:15 +0000
commit55c70cb752845d150c45b47d644a4db61a91d535 (patch)
treec3bcc2b5e3b2ddf995acb97652977ebd0e8913e8 /lib/cpus
parent9eb4d4dd938a1ad86a5a0311e00beb3b5c1d5840 (diff)
Correct system include order
NOTE - this is patch does not address all occurrences of system includes not being in alphabetical order, just this one case. Change-Id: I3cd23702d69b1f60a4a9dd7fd4ae27418f15b7a3
Diffstat (limited to 'lib/cpus')
-rw-r--r--lib/cpus/aarch64/cpu_helpers.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cpus/aarch64/cpu_helpers.S b/lib/cpus/aarch64/cpu_helpers.S
index ec7f1dde..4f474399 100644
--- a/lib/cpus/aarch64/cpu_helpers.S
+++ b/lib/cpus/aarch64/cpu_helpers.S
@@ -31,10 +31,10 @@
#include <arch.h>
#include <asm_macros.S>
#include <assert_macros.S>
-#include <cpu_macros.S>
#if IMAGE_BL31
#include <cpu_data.h>
#endif
+#include <cpu_macros.S>
#include <debug.h>
/* Reset fn is needed in BL at reset vector */