Correct system include order
authorDavid Cunado <david.cunado@arm.com>
Tue, 17 Jan 2017 14:40:15 +0000 (14:40 +0000)
committerDavid Cunado <david.cunado@arm.com>
Tue, 17 Jan 2017 14:40:15 +0000 (14:40 +0000)
NOTE - this is patch does not address all occurrences of system
includes not being in alphabetical order, just this one case.

Change-Id: I3cd23702d69b1f60a4a9dd7fd4ae27418f15b7a3

lib/cpus/aarch64/cpu_helpers.S

index ec7f1dde2193fde53b21db88f0368dd2da1ab01a..4f4743998ceb456e6f7321a1177f5b5763b260fb 100644 (file)
 #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 */